net.sf.panoptes.model.component.registry
Class ComponentNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.panoptes.model.component.registry.ComponentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ComponentNotFoundException
extends java.lang.Exception

Thrown if a component is not found in the registry.

Author:
Dag Liodden
See Also:
ComponentRegistry, Serialized Form

Constructor Summary
ComponentNotFoundException(java.lang.String string)
           
 
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

ComponentNotFoundException

public ComponentNotFoundException(java.lang.String string)
Parameters:
string -


Copyright © 2003 . All Rights Reserved.