Classes | |
| class | ExceptionLocation |
| A class for recording locations (in the source code) of exceptions being thrown. More... | |
| class | Exception |
| The Exception class is the base class from which all exception objects thrown in the library are derived. More... | |
| class | InvalidParameter |
| Thrown when a function is given a parameter value that it invalid. More... | |
| class | InvalidRequest |
| Thrown if a function can not satisfy a request. More... | |
| class | AssertionFailure |
| Thrown when a required condition in a function is not met. More... | |
| class | AccessError |
| Thrown if a function makes a request of the OS that can't be satisfied. More... | |
| class | IndexOutOfBoundsException |
| Attempts to access an "array" or other element that doesn't exist. More... | |
| class | InvalidArgumentException |
| A function was passed an invalid argument. More... | |
| class | ConfigurationException |
| Application's configuration is invalid. More... | |
| class | FileMissingException |
| Attempted to open a file that doesn't exist. More... | |
| class | SystemSemaphoreException |
| A problem using a system semaphore. More... | |
| class | SystemPipeException |
| A problem using a system pipe. More... | |
| class | SystemQueueException |
| A problem using a system queue. More... | |
| class | OutOfMemory |
| Unable to allocate memory. More... | |
| class | ObjectNotFound |
| Operation failed because it was unable to locate the requested obj. More... | |
| class | NullPointerException |
| Attempted to access a null pointer. More... | |
| class | UnimplementedException |
| Attempted to access a unimplemented function. More... | |
1.3.9.1