org.picocontainer.defaults
Class CyclicDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoIntrospectionException
                      extended by org.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()
Overrides:
getMessage in class Throwable


Copyright © 2003-2007 Codehaus. All Rights Reserved.