org.picocontainer.defaults
Class CyclicDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.PicoIntrospectionException
org.picocontainer.defaults.CyclicDependencyException
- All Implemented Interfaces:
- java.io.Serializable
public class CyclicDependencyException
- extends PicoIntrospectionException
- Version:
- $Revision: 1801 $
- Author:
- Aslak Hellesøy, Jörg Schaible
- See Also:
- Serialized Form
Field Summary |
private java.util.List |
stack
|
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 |
stack
private final java.util.List stack
CyclicDependencyException
public CyclicDependencyException(java.lang.Class element)
- Since:
- 1.1
push
public void push(java.lang.Class element)
- Since:
- 1.1
getDependencies
public java.lang.Class[] getDependencies()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable