net.groboclown.util.datastruct.v1
Class PathAlreadyRegisteredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.groboclown.util.datastruct.v1.PathAlreadyRegisteredException
All Implemented Interfaces:
Serializable

public class PathAlreadyRegisteredException
extends Exception

Exception which is generated when

Version:
Alpha 0.9.0
Author:
Matt Albrecht
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
PathAlreadyRegisteredException()
           
PathAlreadyRegisteredException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

PathAlreadyRegisteredException

public PathAlreadyRegisteredException()

PathAlreadyRegisteredException

public PathAlreadyRegisteredException(String message)


Written under the LGPL