

Public Member Functions | |
| LaserDefinitionException () | |
| LaserDefinitionException (String message) | |
| LaserDefinitionException (String message, Throwable t) | |
| Throwable | getCause () |
Private Attributes | |
| Throwable | cause = null |
Laser definition generic exception.
| cern::laser::definition::LaserDefinitionException::LaserDefinitionException | ( | ) | [inline] |
Default constructor.
| cern::laser::definition::LaserDefinitionException::LaserDefinitionException | ( | String | message | ) | [inline] |
Constructor.
| message | the text message |
| cern::laser::definition::LaserDefinitionException::LaserDefinitionException | ( | String | message, | |
| Throwable | t | |||
| ) | [inline] |
| Throwable cern::laser::definition::LaserDefinitionException::getCause | ( | ) | [inline] |
Return the root exception.
References cause.
Referenced by cern::laser::definition::impl::TestAdminUser::TestAdminUser(), cern::laser::definition::impl::TestRemoveAlarm::TestRemoveAlarm(), cern::laser::definition::impl::TestXmlDownload::TestXmlDownload(), and cern::laser::definition::impl::TestXmlUpload::TestXmlUpload().
Throwable cern::laser::definition::LaserDefinitionException::cause = null [private] |
Referenced by getCause(), and LaserDefinitionException().
1.6.2