The org.pranaframework.errors package contains general error classes used within the Prana 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 | |
| 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 |