Package com.thaiopensource.validate
Class IncorrectSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thaiopensource.validate.IncorrectSchemaException
- All Implemented Interfaces:
Serializable
Thrown to indicate an XML document is not a correct schema, either because the
XML document is not well-formed or because it fails to be correct in some other
way.
- Author:
- James Clark
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectSchemaException
public IncorrectSchemaException()
-