The org.springextension.actionscript.errors package contains general error classes used within the Spring Actionscript Framework
| Class | Description | |
|---|---|---|
| ClassNotFoundError | Thrown when an application tries to retrieve a class by its name and the corresponding class could not be found. | |
| IllegalArgumentError | Thrown to indicate that a method has been passed an illegal or inappropriate argument. | |
| IllegalStateError |
TODO
Author: Christophe Herreman |
|
| PropertyTypeError | Thrown to indicate that a property was given an object of the wrong type. | |
| ResolveReferenceError | Thrown to indicate that a reference could not be resolved. | |
| RuntimeError |
TODO
Author: Christophe Herreman |