org.apache.avalon.excalibur.catalog
Class NotXMLCatalogException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.excalibur.catalog.NotXMLCatalogException
All Implemented Interfaces:
java.io.Serializable

public class NotXMLCatalogException
extends java.lang.Exception

This exception is thrown if an attempt is made to load an XML Catalog and it appears not to be XML.

Version:
CVS $Revision: 1.2 $ $Date: 2001/12/11 09:53:34 $
Author:
Norman Walsh
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()


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.