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

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

public class ComponentAlreadyExistsException
extends java.lang.Exception

Thrown if a component already is registered in the registry.

Author:
Dag Liodden
See Also:
ComponentRegistry, Serialized Form

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

ComponentAlreadyExistsException

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


Copyright © 2003 . All Rights Reserved.