| Class | Description |
---|
| ClassCastError |
The error that is thrown to indicate that another type of class was expected. |
| CloneNotSupportedError |
The error that is thrown to indicate that an object could not or should not be cloned. |
| IllegalStateError |
The error that is thrown to indicate that an object entered into an illegal state. |
| InvalidEnumArgumentError |
The error that is thrown to indicate that you pass an invalid enumeration value to a method or when setting a property. |
| NullPointerError |
The error that is thrown to indicate that null was received when an object was required. |
| ObjectDisposedError |
The error that is thrown when an operation is performed on a disposed object that implements the org.as3coreaddendum.system.IDisposable interface. |
| UnsupportedOperationError |
The error that is thrown to indicate that the requested operation is not supported. |