GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class UnparsedContentException

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.UnparsedContentException
All Implemented Interfaces:
Serializable

public class UnparsedContentException
extends ListenerRuntimeException

Unchecked exception thrown when a method that is required to invoke either parsecontent or skipContent fails to do so.

See Also:
ElementListener, Serialized Form

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

UnparsedContentException

public UnparsedContentException()

UnparsedContentException

public UnparsedContentException(String s)

UnparsedContentException

public UnparsedContentException(Throwable t)

UnparsedContentException

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