JMACS

org.jmacs
Class DiNameTakenException

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

public class DiNameTakenException
extends Exception

thrown by IDi.register() if the name is already taken by another DI

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

Constructor Summary
DiNameTakenException(String diName)
          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

DiNameTakenException

public DiNameTakenException(String diName)
creates new instance.

Parameters:
diName - for later retrieval using Throwable.getMessage()

JMACS

jmacs.org