Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cern::laser::source::alarmsysteminterface::ASIException Class Reference

List of all members.

Public Member Functions

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

Private Attributes

Throwable cause = null

Detailed Description

Exception class.
Author:
fracalde
Version:
1.0


Constructor & Destructor Documentation

cern::laser::source::alarmsysteminterface::ASIException::ASIException  )  [inline]
 

Create new ASIException.

cern::laser::source::alarmsysteminterface::ASIException::ASIException String  msg  )  [inline]
 

Construct an ASIException with the specified detail message.

Parameters:
msg the detail message.


Member Function Documentation

Throwable cern::laser::source::alarmsysteminterface::ASIException::getRootCause  )  [inline]
 

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  )  [inline]
 

Record that the root cause of this ASIException.

Parameters:
t The possibly null exception that caused the ASI operation to fail. If null, it means this ASI exception has no root cause.


Member Data Documentation

Throwable cern::laser::source::alarmsysteminterface::ASIException::cause = null [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:09:45 2009 for ACS Java API by doxygen 1.3.8