cz::muni::stanse::configuration::source_enumeration::SourceCodeFilesException Class Reference

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

List of all members.

Public Member Functions

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


Detailed Description

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

See also:
java.lang.Exception

Constructor & Destructor Documentation

cz::muni::stanse::configuration::source_enumeration::SourceCodeFilesException::SourceCodeFilesException ( final String  errorMessage  )  [inline]

Initializes the class by exception description message.

Exception description message is directly passed to the base class.

Parameters:
errorMessage Description of a error which occurs in the checker.

cz::muni::stanse::configuration::source_enumeration::SourceCodeFilesException::SourceCodeFilesException ( final Throwable  cause  )  [inline]

Initializes the class by exception cause object.

Exception cause object is directly passed to the base class.

Parameters:
cause Cause of the exception which occurs in the checker.

cz::muni::stanse::configuration::source_enumeration::SourceCodeFilesException::SourceCodeFilesException ( 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:
errorMessage Description of a error which occurs in the checker.
cause Cause of the exception which occurs in the checker.


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

Generated on Thu Jan 13 16:24:09 2011 for Stanse by  doxygen 1.5.6