OTX Reference
|
|
Error handling. More...
Classes | |
class | FileNotFoundException |
The FileNotFoundException is thrown if the simulation file does not exists or is not accessible. More... | |
class | PduSimulationException |
The PduSimulationException is the super class for all exceptions in the PduSimulation extension. A PduSimulationException shall be 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 | WrongFormatException |
The WrongFormatException is thrown if one of the request or response PDUs inside the simulation have a wrong format. This exception is also thrown if the simulation file does not have a supported format. More... | |
class | WrongStateException |
The WrongStateException is thrown when attempting to change the simulation while it is running. This means that the term IsStarted returns TRUE. 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.