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

public class CommandContext.Fault extends Exception
This exception is used to report problems while executing a command.
See Also:
  • Method Details

    • getContext

      public CommandContext getContext()
      Get the command context object that created this fault object.
      Returns:
      the command context object that created this fault object