Package com.sun.javatest.tool
Class CommandContext.Fault
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.javatest.tool.CommandContext.Fault
- All Implemented Interfaces:
Serializable
- Enclosing class:
CommandContext
This exception is used to report problems while executing a command.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet the command context object that created this fault object.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getContext
Get the command context object that created this fault object.- Returns:
- the command context object that created this fault object
-