Package org.apache.uima.fit.validation
Class ValidationCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.uima.fit.validation.ValidationException
org.apache.uima.fit.validation.ValidationCheckException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ValidationCheckFailedException
,ValidationCheckSkippedException
Exception by a particular validation check. These exceptions should not abort the validation but
rather be rendered as results for the particular check.
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationCheckException
(String aMessage) ValidationCheckException
(String aMessage, Throwable aCause) ValidationCheckException
(String aMessage, Throwable aCause, boolean aEnableSuppression, boolean aWritableStackTrace) ValidationCheckException
(Throwable aCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationCheckException
public ValidationCheckException() -
ValidationCheckException
-
ValidationCheckException
-
ValidationCheckException
-
ValidationCheckException
-