Devsphere.com


com.devsphere.xml.taglib.process.parse
Class Ender

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--com.devsphere.xml.taglib.process.parse.Ender
All Implemented Interfaces:
java.io.Serializable

public class Ender
extends org.xml.sax.SAXException

This exception is thrown by the methods of the handler object in order to interrupt the parsing.

See Also:
Serialized Form

Constructor Summary
Ender()
          Initializes the exception.
 
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

Ender

public Ender()
Initializes the exception.


 Devsphere.com