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 XMLValidationExceptionXMLValidationException. createException(XMLValidationProblem cause)XMLValidationExceptionXMLValidationProblem. toException()Convenience method for constructing aXMLValidationExceptionto throw based on information contained in this object.Methods in org.codehaus.stax2.validation that throw XMLValidationException Modifier and Type Method Description voidValidationProblemHandler. reportProblem(XMLValidationProblem problem)Method called by validator, when a validation problem is encountered.
-