IMuException
com.kesoftware.imu.IMuException
com.kesoftware.imu.IMuException
Since: 1.0
Description
Class for IMu-specific exceptions.
Constructors
Constructor |
Details |
||||
---|---|---|---|---|---|
|
IMuException(String id, Object... args) Creates an IMu-specific exception. Parameters:
|
||||
|
IMuException(String id) Creates an IMu-specific exception. Parameters:
|
Properties
Property |
Details |
---|---|
|
The set of arguments associated with the exception. Getter: Object[] getArgs() Setter: setArgs(Object[] value) |
|
The unique identifier assigned to the server-side object once it has been created. Getter: String getID() |
Methods
Method |
Details |
||
---|---|---|---|
|
String toString() Overrides the standard Object Returns:
|