![]() |
OTX Reference
|
|
Error handling. More...
Classes | |
| class | FileAccessException |
| The FileAccessException is an exception More... | |
| class | FileException |
| The FileException is the super class for all exceptions in the OTX File extension. A FileException is used in case the more specific exception types described in the remainder of this section do not apply to the problem at hand. More... | |
| class | FileFormatException |
| The FileFormatException is an exception More... | |
| class | FileLockException |
| The FileLockException is an exception More... | |
| class | FileNotFoundException |
| The FileNotFoundException is an exception More... | |
| class | FileOpenException |
| The FileOpenException is an exception More... | |
| class | FileSaveException |
| The FileSaveException is an exception More... | |
Error handling.
Exceptions are complex data types that are all based on the common Exception type. They contain text and stack trace information that cannot be changed after the exception has been created.