Class ValidityViolation
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.xml.sax.SAXParseException
com.sun.msv.verifier.ValidityViolation
- All Implemented Interfaces:
Serializable
Contains information about where and how validity violation was happened.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the detailed error information, if any.Methods inherited from class SAXParseException
getColumnNumber, getLineNumber, getPublicId, getSystemId, toStringMethods inherited from class SAXException
getCause, getException, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
errorInfo
-
-
Constructor Details
-
ValidityViolation
-
-
Method Details
-
getErrorInfo
Gets the detailed error information, if any. If there is no detailed information available, it returns null. Otherwise one of the derived classes of ErrorInfo will be returned.
-