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

Version:
$Revision: 1.5 $
Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
CyclicDependencyException(Class[] dependencies)
           
 
Method Summary
 Class[] getDependencies()
           
 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(Class[] dependencies)
Method Detail

getDependencies

public Class[] getDependencies()

getMessage

public String getMessage()


Copyright © 2003-2004 Codehaus. All Rights Reserved.