JMACS

org.jmacs
Class NotRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jmacs.ClientDiException
              extended by org.jmacs.NotRegisteredException
All Implemented Interfaces:
Serializable

public class NotRegisteredException
extends ClientDiException

thrown by IDi.IDriver context methods if the DI is not registered with a target.

Version:
$Id: NotRegisteredException.java 1240 2006-12-12 07:46:13Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
NotRegisteredException()
          creates new instance.
 
Method Summary
 
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

NotRegisteredException

public NotRegisteredException()
creates new instance.


JMACS

jmacs.org