ca.gorman.xml.parse
Class ListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ListenerException
public ListenerException()
ListenerException
public ListenerException(String s)
ListenerException
public ListenerException(Throwable t)
ListenerException
public ListenerException(String s,
Throwable t)
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