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.PicoIntrospectionException
                      extended byorg.picocontainer.defaults.CyclicDependencyException
All Implemented Interfaces:
Serializable

public class CyclicDependencyException
extends PicoIntrospectionException

Version:
$Revision: 1801 $
Author:
Aslak Hellesøy, Jörg Schaible
See Also:
Serialized Form

Constructor Summary
CyclicDependencyException(Class element)
           
 
Method Summary
 Class[] getDependencies()
           
 String getMessage()
           
 void push(Class element)
           
 
Methods inherited from class org.picocontainer.PicoException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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 element)
Since:
1.1
Method Detail

push

public void push(Class element)
Since:
1.1

getDependencies

public Class[] getDependencies()

getMessage

public String getMessage()


Copyright © 2003-2007 Codehaus. All Rights Reserved.