org.springframework.context.annotation
Class CircularComponentScanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.springframework.context.annotation.CircularComponentScanException
All Implemented Interfaces:
java.io.Serializable

 class CircularComponentScanException
extends java.lang.IllegalStateException

Exception thrown upon detection of circular ComponentScan use.

Since:
3.1
Author:
Chris Beams

Constructor Summary
CircularComponentScanException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

CircularComponentScanException

public CircularComponentScanException(java.lang.String message,
                                      java.lang.Exception cause)