Package gov.nasa.pds.tools.label
Class ValidatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.nasa.pds.tools.label.ValidatorException
- All Implemented Interfaces:
Serializable
public class ValidatorException extends Exception
- Author:
- pramirez
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ValidatorException(ExceptionType exceptionType, String messageKey)
-
Method Summary
Modifier and Type Method Description ExceptionType
getExceptionType()
String
getMessage()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidatorException
-
-
Method Details
-
getExceptionType
-
getMessage
- Overrides:
getMessage
in classThrowable
-