Package org.openehealth.ipf.commons.xml
Class SchematronValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openehealth.ipf.commons.core.modules.api.ValidationException
-
- org.openehealth.ipf.commons.xml.SchematronValidationException
-
- All Implemented Interfaces:
Serializable
public class SchematronValidationException extends ValidationException
- Author:
- Dmytro Rud
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchematronValidationException(List<? extends Throwable> causes, SchematronOutput svrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchematronOutput
getSvrl()
-
Methods inherited from class org.openehealth.ipf.commons.core.modules.api.ValidationException
getCauses, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SchematronValidationException
public SchematronValidationException(List<? extends Throwable> causes, SchematronOutput svrl)
-
-
Method Detail
-
getSvrl
public SchematronOutput getSvrl()
-
-