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.

References cause.

void cern::laser::source::alarmsysteminterface::ASIException::setRootCause ( Throwable  t  )  [inline]

Member Data Documentation

Referenced by getRootCause(), and setRootCause().


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

Generated by  doxygen 1.6.2