Package org.apache.uima.fit.validation
Class ValidationCheckSkippedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.uima.fit.validation.ValidationException
org.apache.uima.fit.validation.ValidationCheckException
org.apache.uima.fit.validation.ValidationCheckSkippedException
- All Implemented Interfaces:
Serializable
Skip the current check.
- See Also:
-
Constructor Summary
ConstructorDescriptionValidationCheckSkippedException
(String aMessage) ValidationCheckSkippedException
(String aMessage, 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
-
ValidationCheckSkippedException
public ValidationCheckSkippedException() -
ValidationCheckSkippedException
-
ValidationCheckSkippedException
-