GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class ParserFactory.ParserConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ca.gorman.xml.parse.ParserFactory.ParserConfigurationException
All Implemented Interfaces:
Serializable
Enclosing interface:
ParserFactory<T extends Global>

public static class ParserFactory.ParserConfigurationException
extends RuntimeException

Exception thrown when a Parser cannot be created.

See Also:
Serialized Form

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

ParserFactory.ParserConfigurationException

public ParserFactory.ParserConfigurationException()

ParserFactory.ParserConfigurationException

public ParserFactory.ParserConfigurationException(String s)

ParserFactory.ParserConfigurationException

public ParserFactory.ParserConfigurationException(Throwable t)

ParserFactory.ParserConfigurationException

public ParserFactory.ParserConfigurationException(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