Class Command.Fault

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.javatest.tool.Command.Fault
All Implemented Interfaces:
Serializable
Enclosing class:
Command

public class Command.Fault extends Exception
This exception is used to report problems with a specific command.
See Also:
  • Constructor Details

  • Method Details

    • getCommand

      public Command getCommand()
      Get the command that created this fault.
      Returns:
      the command that created this fault