Skip to main content

com.eruces.teagent.TEAgentException

The TEAgentException class is the error handling class for TEAgent functions.

Inheritance

Public Member Functions

MemberDescription
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

ParameterDescription
sA string representing a basic error message.

TEAgentException(String s, String s1)

The TEAgentException constructor provides a detailed error message.

Parameters

ParameterDescription
sA string representing a basic error message.
s1A string representing a detailed error message.

TEAgentException(String s, Exception e)

The TEAgentException constructor provides an internal exception message.

Parameters

ParameterDescription
sA string representing a basic error message.
eAn exception representing an internal exception message.