Package com.ptc.core.command.common
Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.core.command.common.CommandException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
- Direct Known Subclasses:
InvalidCommandFeedbackMessageException,NullFeedbackSpecException,PartialResultContainerException
Generalizes the notion of erroneous behavior of commands. An instance
of the
Supported API: true
Extendable: false
CommandException or one of its subclasses can be
thrown by, and thus the result of executing a command.
This class is intended to be extended to specify explicit types of exceptions that are applicable to be thrown from specialized commands. Given this the approach should be to define a class of exceptions that are useful for consumers to handle if applicable.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace