![]() |
OTX Reference
|
|
Error handling. More...
Classes | |
class | AmbiguousSemanticException |
The AmbiguousSemanticException is an exception More... | |
class | DiagComException |
The exception is the super class for all exceptions in this extension. This exception will be used in case more specific exception types do not apply to the problem at hand. More... | |
class | IncompleteParameterizationException |
The IncompleteParameterizationException is an exception More... | |
class | InvalidStateException |
The InvalidStateException is an exception More... | |
class | LossOfComException |
The LossOfComException is an exception More... | |
class | UnknownComChannelException |
The UnknownComChannelException is an exception More... | |
class | UnknownResponseException |
The UnknownResponseException is an exception More... | |
class | UnknownTargetException |
The UnknownTargetException 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.