net.groboclown.util.datastruct.v1
Class NoRegisteredComponentException

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

public class NoRegisteredComponentException
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
NoRegisteredComponentException()
           
NoRegisteredComponentException(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

NoRegisteredComponentException

public NoRegisteredComponentException()

NoRegisteredComponentException

public NoRegisteredComponentException(String message)


Written under the LGPL