GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.gorman.xml.parse.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends Exception

Superclass for exceptions thrown from the Parser implementation. These exceptions are thrown when the API receives information (usually an exception) about a problem from the event-based parser that supports the implementation of Parser.

See Also:
Serialized Form

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

ParseException

public ParseException()

ParseException

public ParseException(String s)

ParseException

public ParseException(Throwable t)

ParseException

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