com.arbortext.catalog
Class UnknownCatalogFormatException

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

public class UnknownCatalogFormatException
extends java.lang.Exception

Signal unknown XML Catalog format.

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

This exception is thrown if an XML Catalog is loaded and the root element of the catalog file is unrecognized.

See Also:
Serialized Form

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

UnknownCatalogFormatException

public UnknownCatalogFormatException()