OTX-Runtime for Java  
OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException Class Reference

Thrown when OTX-Runtime produces an exception and the Exception is one of OTX Exceptions. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException:
Inheritance graph

Public Member Functions

 OtxException ()
 Initializes a new instance of the OtxException class.
 
 OtxException (String otxType, String message)
 Initializes a new instance of the OtxException class. More...
 
String GetOtxType ()
 Get OTX type of Exception. More...
 
- Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Exceptions.RuntimeException
 RuntimeException ()
 Initializes a new instance of RuntimeException class.
 
 RuntimeException (String message)
 Initializes a new instance of RuntimeException class. More...
 
- Public Member Functions inherited from OpenTestSystem.Otx.Runtime.Api.Exceptions.Exception
 Exception ()
 Initializes a new instance of Exception class.
 
 Exception (String message)
 Initializes a new instance of Exception class. More...
 

Detailed Description

Thrown when OTX-Runtime produces an exception and the Exception is one of OTX Exceptions.

Constructor & Destructor Documentation

◆ OtxException()

OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException.OtxException ( String  otxType,
String  message 
)
inline

Initializes a new instance of the OtxException class.

Parameters
otxTypeName of otx exception.
messageError message that explains the reason for the Exception.

Member Function Documentation

◆ GetOtxType()

String OpenTestSystem.Otx.Runtime.Api.Exceptions.OtxException.GetOtxType ( )
inline

Get OTX type of Exception.

Returns
Name of otx exception.

The documentation for this class was generated from the following file: