Package com.thaiopensource.validate
Class IncorrectSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.thaiopensource.validate.IncorrectSchemaException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncorrectSchemaException extends java.lang.Exception
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.
-
-
Constructor Summary
Constructors Constructor Description IncorrectSchemaException()
-