Package com.thaiopensource.validate.auto
Class ReparseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xml.sax.SAXException
-
- com.thaiopensource.validate.auto.ReparseException
-
- All Implemented Interfaces:
Serializable
public abstract class ReparseException extends SAXException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReparseException()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Schema
reparse(SAXSource source)
-
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Method Detail
-
reparse
public abstract Schema reparse(SAXSource source) throws IncorrectSchemaException, SAXException, IOException
-
-