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

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

public class PathAlreadyRegisteredException
extends java.lang.Exception

Exception which is generated when an attempt has been made to register a new path in a PathRegistry instance when it already has been registered.

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

Constructor Summary
PathAlreadyRegisteredException()
           
PathAlreadyRegisteredException(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

PathAlreadyRegisteredException

public PathAlreadyRegisteredException()

PathAlreadyRegisteredException

public PathAlreadyRegisteredException(java.lang.String message)


Copyright © 2001-2003 by The GroboUtils Project