Package org.apache.any23.validator
Class ValidatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.any23.validator.ValidatorException
-
- All Implemented Interfaces:
Serializable
public class ValidatorException extends Exception
Models any exception raised by theValidator
.- Author:
- Michele Mostarda (mostarda@fbk.eu), Davide Palmisano (palmisano@fbk.eu)
- See Also:
Validator
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidatorException(String message)
ValidatorException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-