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 | |
| RuntimeError | TODO |