Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openehealth.ipf.commons.core.modules.api.ValidationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchematronValidationException,XDSMetaDataException
- Author:
- Christian Ohr
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) ValidationException(String message, Throwable cause) ValidationException(String message, Throwable... causes) ValidationException(String message, List<? extends Throwable> causes) ValidationException(Throwable cause) ValidationException(Throwable... causes) ValidationException(List<? extends Throwable> causes) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-
ValidationException
-
-
Method Details
-
getCauses
-
getMessage
- Overrides:
getMessagein classThrowable
-