Public Member Functions

cern.laser.definition.LaserDefinitionException Class Reference

Inheritance diagram for cern.laser.definition.LaserDefinitionException:
cern.laser.definition.LaserDefinitionDuplicationException cern.laser.definition.LaserDefinitionLoginException cern.laser.definition.LaserDefinitionNotAllowedException cern.laser.definition.LaserDefinitionNotFoundException cern.laser.definition.LaserDefinitionNotValidException cern.laser.definition.LaserDefinitionXMLException

List of all members.

Public Member Functions

 LaserDefinitionException ()
 LaserDefinitionException (String message)
 LaserDefinitionException (String message, Throwable t)
Throwable getCause ()

Detailed Description

Laser definition generic exception.


Constructor & Destructor Documentation

cern.laser.definition.LaserDefinitionException.LaserDefinitionException (  ) 

Default constructor.

cern.laser.definition.LaserDefinitionException.LaserDefinitionException ( String  message  ) 

Constructor.

Parameters:
message the text message
cern.laser.definition.LaserDefinitionException.LaserDefinitionException ( String  message,
Throwable  t 
)

Constructor.

Parameters:
message the text message
t the root cause exception

Member Function Documentation

Throwable cern.laser.definition.LaserDefinitionException.getCause (  ) 

Return the root exception.

Returns:
the root exception, null if none

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties