Release Planner v1.0

rp.util.xml
Class XMLTagNotFoundException

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

public class XMLTagNotFoundException
extends java.lang.Exception

Indicates an unregistered XML tag.

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

Constructor Summary
XMLTagNotFoundException(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

XMLTagNotFoundException

public XMLTagNotFoundException(java.lang.String s)

Release Planner v1.0