com.primix.tapestry
Class NoSuchComponentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.primix.tapestry.NoSuchComponentException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchComponentException
extends java.lang.RuntimeException

A runtime exception thrown when an IComponent is asked for a contained component that does not exist.

Version:
$Id: NoSuchComponentException.java,v 1.5 2001/05/02 14:15:15 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Constructor Summary
NoSuchComponentException(java.lang.String componentId, IComponent container)
           
 
Method Summary
 java.lang.String getComponentId()
           
 IComponent getContainer()
           
 
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

NoSuchComponentException

public NoSuchComponentException(java.lang.String componentId,
                                IComponent container)
Method Detail

getContainer

public IComponent getContainer()

getComponentId

public java.lang.String getComponentId()