net.sweetohm.ant.xml
Class ValidTask.SAXParsingInterruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by net.sweetohm.ant.xml.ValidTask.SAXParsingInterruptedException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ValidTask

 class ValidTask.SAXParsingInterruptedException
extends org.xml.sax.SAXException

This exception is thrown when the parsing is interrupted due to to a number of errors greater than the allowed maximum.


Constructor Summary
ValidTask.SAXParsingInterruptedException()
          Creates a new SAXParsingInterruptedException instance.
 
Method Summary
 
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

ValidTask.SAXParsingInterruptedException

ValidTask.SAXParsingInterruptedException()
Creates a new SAXParsingInterruptedException instance. Simply fill the message.