1 /* 2 * Copyright (C) The Apache Software Foundation. All rights reserved. 3 * 4 * This software is published under the terms of the Apache Software License 5 * version 1.1, a copy of which has been included with this distribution in 6 * the LICENSE.txt file. 7 */ 8 package org.apache.avalon.excalibur.catalog; 9 10 /** 11 * This exception is thrown if an attempt is made to load an XML Catalog, but no 12 * Parser class has been provided.</p> 13 * 14 * @author <a HREF="mailto:nwalsh@arbortext.com">Norman Walsh</a> 15 * @version CVS $Revision: 1.2 $ $Date: 2001/12/11 09:53:34 $ 16 * @see XMLCatalogReader 17 * @see XMLCatalogReader#setParserClass 18 */ 19 public class NoXMLParserException 20 extends Exception 21 { 22 } 23