GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class ReparsedContentException

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
                  extended by ca.gorman.xml.parse.ReparsedContentException
All Implemented Interfaces:
Serializable

public class ReparsedContentException
extends ListenerRuntimeException

Unchecked exception thrown when a method that is required to return control to the Parser by invoking parsecontent or skipContent trys to do so more than once.

See Also:
ElementListener, Serialized Form

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

ReparsedContentException

public ReparsedContentException()

ReparsedContentException

public ReparsedContentException(String s)

ReparsedContentException

public ReparsedContentException(Throwable t)

ReparsedContentException

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