GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Class ParserFactory.FactoryConfigurationError

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

public static class ParserFactory.FactoryConfigurationError
extends Error

Error thrown when a ParserFactory cannot be created.

See Also:
Serialized Form

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

public ParserFactory.FactoryConfigurationError()

ParserFactory.FactoryConfigurationError

public ParserFactory.FactoryConfigurationError(String s)

ParserFactory.FactoryConfigurationError

public ParserFactory.FactoryConfigurationError(Throwable t)

ParserFactory.FactoryConfigurationError

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