Public Member Functions | |
LaserException () | |
LaserException (String message) | |
LaserException (String message, Throwable cause) | |
Throwable | getRootCause () |
Private Attributes | |
Throwable | cause = null |
|
Default constructor. |
|
Constructor. Build a new LaserException and set the message.
|
|
Constructor. Build a new LaserException and set the message and the root exception.
|
|
Return the root exception.
|
|
|