com.eruces.teagent.TEAgentException
The TEAgentException class is the error handling class for TEAgent functions.
Inheritance
- Inherits Exception
- Inherits Serializable
- Inherited by com.eruces.teagent.TEIOException
- Inherited by com.eruces.teagent.TEServerException
Public Member Functions
| Member | Description |
|---|---|
TEAgentException() | The TEAgentException constructor is the default class constructor. |
TEAgentException(String s) | The TEAgentException constructor provides a basic error message. |
TEAgentException(String s, String s1) | The TEAgentException constructor provides a detailed error message. |
TEAgentException(String s, Exception e) | The TEAgentException constructor provides an internal exception message. |
Member Function Documentation
TEAgentException()
The TEAgentException constructor is the default class constructor.
TEAgentException(String s)
The TEAgentException constructor provides a basic error message.
Parameters
| Parameter | Description |
|---|---|
s | A string representing a basic error message. |
TEAgentException(String s, String s1)
The TEAgentException constructor provides a detailed error message.
Parameters
| Parameter | Description |
|---|---|
s | A string representing a basic error message. |
s1 | A string representing a detailed error message. |
TEAgentException(String s, Exception e)
The TEAgentException constructor provides an internal exception message.
Parameters
| Parameter | Description |
|---|---|
s | A string representing a basic error message. |
e | An exception representing an internal exception message. |