Class XSDValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.jaxb.common.exception.XSDValidationException
- All Implemented Interfaces:
Serializable
An exception to be throwed in case of XSD validation error(s)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the XSD validation error messagesMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XSDValidationException
Default constructor- Parameters:
exceptionMessages
- a list ofString
XSD validation error messages
-
-
Method Details
-
getAllMessages
Returns the XSD validation error messages- Returns:
- a list of
String
s
-
getMessage
- Overrides:
getMessage
in classThrowable
-