Release Planner v1.0

rp.util.xml
Class XMLTagNoLoaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--rp.util.xml.XMLTagNoLoaderException
All Implemented Interfaces:
java.io.Serializable

public class XMLTagNoLoaderException
extends java.lang.Exception

Indicates an XML tag that has no loader class registered

Version:
$Revision: 1.1 $, $Date: 2001/06/01 15:23:35 $
See Also:
Serialized Form

Constructor Summary
XMLTagNoLoaderException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLTagNoLoaderException

public XMLTagNoLoaderException(java.lang.String s)

Release Planner v1.0