Class XSDValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.esig.dss.jaxb.exception.XSDValidationException
- All Implemented Interfaces:
Serializable
public class XSDValidationException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XSDValidationException(List<String> exceptionMessages)
-
Method Summary
Modifier and Type Method Description List<String>
getAllMessages()
String
getMessage()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XSDValidationException
-
-
Method Details
-
getAllMessages
-
getMessage
- Overrides:
getMessage
in classThrowable
-