net.sourceforge.groboutils.util.datastruct.v1
Class NoRegisteredComponentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.groboutils.util.datastruct.v1.NoRegisteredComponentException
All Implemented Interfaces:
java.io.Serializable

public class NoRegisteredComponentException
extends java.lang.Exception

Exception which is generated when a request to get a component from a PathRegistry when the path/component has not been registered.

Since:
April 26, 2000 (Alpha 0.9.0)
Version:
$Date: 2003/02/10 22:52:43 $
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
PathRegistry, Serialized Form

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

NoRegisteredComponentException

public NoRegisteredComponentException()

NoRegisteredComponentException

public NoRegisteredComponentException(java.lang.String message)


Copyright © 2001-2003 by The GroboUtils Project