SerializedException class

Implemented types
Mixed in types
Implementers

Constructors

SerializedException(dynamic name, {String message = '', StackTrace? stackTrace, Exception? cause, StackTrace? causeStackTrace})
SerializedException.fromException(Exception exception, {String? message, StackTrace? stackTrace, Exception? cause, StackTrace? causeStackTrace})

Properties

cause SerializedException?
no setter
hashCode int
The hash code for this object.
no setterinherited
message String
no setter
name String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toByteArrayStream(ByteSink out) → void
Writes the current object to the output stream.
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromByteArrayStream(ByteStream in_) Future<SerializedException>
Dummy static serializer.
override

Constants

serialversionUID → const int