org.picocontainer.defaults
Class CyclicDependencyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.picocontainer.PicoException
                  extended byorg.picocontainer.PicoInitializationException
                      extended byorg.picocontainer.defaults.CyclicDependencyException
All Implemented Interfaces:
Serializable

public class CyclicDependencyException
extends PicoInitializationException

See Also:
Serialized Form

Constructor Summary
CyclicDependencyException(Constructor constructor)
           
 
Method Summary
 Constructor getConstructor()
           
 String getMessage()
           
 
Methods inherited from class org.picocontainer.PicoException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

CyclicDependencyException

public CyclicDependencyException(Constructor constructor)
Method Detail

getConstructor

public Constructor getConstructor()

getMessage

public String getMessage()


Copyright © 2003 Codehaus. All Rights Reserved.