Interface CommandErrorException
- All Superinterfaces:
CommandError
,CommandResult
An error result due to an exception being thrown.
- Since:
- 1.0
- Version:
- 1.0
-
Method Summary
-
Method Details
-
cause
Retrieves the cause of the error.- Returns:
- The cause.
-
message
Retrieves the error message.- Specified by:
message
in interfaceCommandError
- Returns:
- The error message.
- Implementation Requirements:
- The default behavior is to return the
message
provided by theexception
.
-