GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class ListenerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.gorman.xml.parse.ListenerException
All Implemented Interfaces:
Serializable

public class ListenerException
extends Exception

Superclass for exceptions thrown from Listener methods by by application code.

This exception should only be thrown by application code that has been invoked by Listener methods. It may be used to wrap another exception, so that unchecked exceptions can be passed back through the Listener and Parser to be caught at some other point in the application code.

See Also:
Serialized Form

Constructor Summary
ListenerException()
           
ListenerException(String s)
           
ListenerException(String s, Throwable t)
           
ListenerException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListenerException

public ListenerException()

ListenerException

public ListenerException(String s)

ListenerException

public ListenerException(Throwable t)

ListenerException

public ListenerException(String s,
                         Throwable t)

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License