MetaDone
|
Public Member Functions | |
BadPreCondition () | |
BadPreCondition (String s) | |
BadPreCondition (Exception e) | |
BadPreCondition (String explanation, Throwable exception) | |
BadPreCondition | setInfo (Object _info) |
Object | getInfo () |
Private Attributes | |
Object | info = null |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
This exception is thrown when the check of a precondition has failed. The caller has the insurance that the call had not effect on the state of the program.
metadone.exception.BadPreCondition.BadPreCondition | ( | ) |
metadone.exception.BadPreCondition.BadPreCondition | ( | String | s | ) |
metadone.exception.BadPreCondition.BadPreCondition | ( | Exception | e | ) |
metadone.exception.BadPreCondition.BadPreCondition | ( | String | explanation, |
Throwable | exception | ||
) |
Object metadone.exception.BadPreCondition.getInfo | ( | ) |
References metadone.exception.BadPreCondition.info.
Referenced by metadone.client.MainClientMetadone.getUser().
BadPreCondition metadone.exception.BadPreCondition.setInfo | ( | Object | _info | ) |
Initialize the information about the exception. This initialization is not mandatory. The information is then null
.
_info |
this
References metadone.exception.BadPreCondition.info.
Object metadone.exception.BadPreCondition.info = null [private] |
final long metadone.exception.BadPreCondition.serialVersionUID = 1L [static, private] |