ca.gorman.xml.parse
Class ListenerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.gorman.xml.parse.ListenerRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ElementMapper.InvalidHandlerException, ElementMapper.NotFoundException, NamespaceMapper.NamespaceMapException, PackageNamespaceElementMapper.DuplicateNamespaceException, ReparsedContentException, UnparsedContentException
public class ListenerRuntimeException
- extends RuntimeException
Superclass for unchecked exceptions thrown from the API that supports the
Listener
interface.
This exception should only be thrown by application code that has been
invoked by Listener
methods. It can be passed back through
the Listener
and Parser
to be caught at some other
point in the application code.
One source of these exceptions is the failure of method parameters to pass
a test for compliance with the starting assumptions of the method.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ListenerRuntimeException
public ListenerRuntimeException()
ListenerRuntimeException
public ListenerRuntimeException(String s)
ListenerRuntimeException
public ListenerRuntimeException(Throwable t)
ListenerRuntimeException
public ListenerRuntimeException(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