Class DescriptionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VriDescriptionException

public class DescriptionException extends GeneralLeanFtException
An Exception that is raised when errors are encountered in the description of test objects.
See Also:
  • Constructor Details

    • DescriptionException

      public DescriptionException(DescriptionBase testObjectDescription)
      Constructs a new DescriptionException with the description, in which the error has occurred.
      Parameters:
      testObjectDescription - the description, in which the error has occurred.
    • DescriptionException

      public DescriptionException(DescriptionBase testObjectDescription, String message)
      Constructs a new DescriptionException with the description, in which the error has occurred and a specified detail message.
      Parameters:
      testObjectDescription - the description, in which the error has occurred.
      message - the detail message
  • Method Details

    • getDescription

      public DescriptionBase getDescription()
      Returns the description, in which the error has occurred.
      Returns:
      the description, in which the error has occurred.