com.arbortext.catalog
Class NotXMLCatalogException

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

public class NotXMLCatalogException
extends java.lang.Exception

Signal attempt to parse a non-XML Catalog with an XML Parser.

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 and it appears not to be XML.

See Also:
Serialized Form

Constructor Summary
NotXMLCatalogException()
           
 
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

NotXMLCatalogException

public NotXMLCatalogException()