GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class ListenerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ListenerRuntimeException()
           
ListenerRuntimeException(String s)
           
ListenerRuntimeException(String s, Throwable t)
           
ListenerRuntimeException(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

ListenerRuntimeException

public ListenerRuntimeException()

ListenerRuntimeException

public ListenerRuntimeException(String s)

ListenerRuntimeException

public ListenerRuntimeException(Throwable t)

ListenerRuntimeException

public ListenerRuntimeException(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