Public Member Functions

cern.laser.source.alarmsysteminterface.ASIException Class Reference

List of all members.

Public Member Functions

 ASIException ()
 ASIException (String msg)
void setRootCause (Throwable t)
Throwable getRootCause ()

Detailed Description

Exception class.

Author:
fracalde
Version:
1.0

Constructor & Destructor Documentation

cern.laser.source.alarmsysteminterface.ASIException.ASIException (  ) 

Create new ASIException.

cern.laser.source.alarmsysteminterface.ASIException.ASIException ( String  msg  ) 

Construct an ASIException with the specified detail message.

Parameters:
msg the detail message.

Member Function Documentation

Throwable cern.laser.source.alarmsysteminterface.ASIException.getRootCause (  ) 

Retrieve the root cause of this ASIException, if any.

Returns:
The possibly null exception that caused the ASI operation to fail. If null, it means this ASI exception has no root cause.
void cern.laser.source.alarmsysteminterface.ASIException.setRootCause ( Throwable  t  ) 

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