com.arbortext.catalog
Class NoXMLParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.arbortext.catalog.NoXMLParserException

public class NoXMLParserException
extends java.lang.Exception

Signal attempt to parse an XML Catalog without a Parser class.

This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.

This exception is thrown if an attempt is made to load an XML Catalog, but no Parser class has been provided.

See Also:
XMLCatalogReader, XMLCatalogReader.setParserClass(java.lang.String), Serialized Form

Constructor Summary
NoXMLParserException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoXMLParserException

public NoXMLParserException()