All Implemented Interfaces:
Serializable

public class ClassificationException extends SubjectAreaCheckedException
The ClassificationException is thrown by the Subject Area OMAS when an error occurs during a classification value.
See Also:
  • Constructor Details

    • ClassificationException

      public ClassificationException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
      This is the typical constructor used for creating a ClassificationException
      Parameters:
      messageDefinition - content of the message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected
    • ClassificationException

      public ClassificationException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Exception caughtError)
      This is the constructor used for creating an ClassificationException when an unexpected error has been caught. The properties allow additional information to be associated with the exception.
      Parameters:
      messageDefinition - content of the message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected
      caughtError - previous error causing this exception