com.thaiopensource.validate.auto
Class ReparseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended bycom.thaiopensource.validate.auto.ReparseException
All Implemented Interfaces:
java.io.Serializable

public abstract class ReparseException
extends org.xml.sax.SAXException

See Also:
Serialized Form

Constructor Summary
ReparseException()
           
 
Method Summary
abstract  Schema reparse(org.xml.sax.InputSource in)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReparseException

public ReparseException()
Method Detail

reparse

public abstract Schema reparse(org.xml.sax.InputSource in)
                        throws IncorrectSchemaException,
                               org.xml.sax.SAXException,
                               java.io.IOException
Throws:
IncorrectSchemaException
org.xml.sax.SAXException
java.io.IOException