Uses of Class
org.codehaus.stax2.validation.XMLValidationException
-
Packages that use XMLValidationException Package Description org.codehaus.stax2.validation -
-
Uses of XMLValidationException in org.codehaus.stax2.validation
Methods in org.codehaus.stax2.validation that return XMLValidationException Modifier and Type Method Description static XMLValidationException
XMLValidationException. createException(XMLValidationProblem cause)
XMLValidationException
XMLValidationProblem. toException()
Convenience method for constructing aXMLValidationException
to throw based on information contained in this object.Methods in org.codehaus.stax2.validation that throw XMLValidationException Modifier and Type Method Description void
ValidationProblemHandler. reportProblem(XMLValidationProblem problem)
Method called by validator, when a validation problem is encountered.
-