Stanse  -1
Public Member Functions | List of all members
cz.muni.stanse.checker.CheckerException Class Reference

Defines base class for all the exceptions which can be thrown in concrete checkers. More...

Inheritance diagram for cz.muni.stanse.checker.CheckerException:
Inheritance graph
[legend]
Collaboration diagram for cz.muni.stanse.checker.CheckerException:
Collaboration graph
[legend]

Public Member Functions

 CheckerException (final String errorMessage)
 Initializes the class by exception description message. More...
 
 CheckerException (final Throwable cause)
 Initializes the class by exception cause object. More...
 
 CheckerException (final String errorMessage, final Throwable cause)
 Initializes the class by exception description message and exception cause object. More...
 

Detailed Description

Defines base class for all the exceptions which can be thrown in concrete checkers.

See Also
java.lang.Exception

Constructor & Destructor Documentation

cz.muni.stanse.checker.CheckerException.CheckerException ( final String  errorMessage)
inline

Initializes the class by exception description message.

Exception description message is directly passed to the base class.

Parameters
errorMessageDescription of a error which occurs in the checker.
cz.muni.stanse.checker.CheckerException.CheckerException ( final Throwable  cause)
inline

Initializes the class by exception cause object.

Exception cause object is directly passed to the base class.

Parameters
causeCause of the exception which occurs in the checker.
cz.muni.stanse.checker.CheckerException.CheckerException ( final String  errorMessage,
final Throwable  cause 
)
inline

Initializes the class by exception description message and exception cause object.

Exception description message is directly passed to the base class. Exception cause object is directly passed to the base class as well.

Parameters
errorMessageDescription of a error which occurs in the checker.
causeCause of the exception which occurs in the checker.

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