public class ClassificationException extends SubjectAreaCheckedException
| Constructor and Description |
|---|
ClassificationException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription)
This is the typical constructor used for creating a ClassificationException
|
ClassificationException(ExceptionMessageDefinition messageDefinition,
String className,
String actionDescription,
Throwable caughtError)
This is the constructor used for creating an ClassificationException when an unexpected error has been caught.
|
toStringequals, getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ClassificationException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
messageDefinition - content of the messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedpublic ClassificationException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError)
messageDefinition - content of the messageclassName - name of class reporting erroractionDescription - description of function it was performing when error detectedcaughtError - previous error causing this exceptionCopyright © 2018–2020 ODPi. All rights reserved.