SdlError class

Provides the SdlError class. The base class for all exceptions.

Implemented types

Constructors

SdlError(int code, String message)
Create an exception.

Properties

code int
The error code.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Pretty-print.
override

Operators

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