Package com.simplj.di.exceptions
Class CircularDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.simplj.di.exceptions.SdfException
-
- com.simplj.di.exceptions.CircularDependencyException
-
- All Implemented Interfaces:
Serializable
public class CircularDependencyException extends SdfException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CircularDependencyException(String className)CircularDependencyException(String message, String className)
-
Method Summary
Modifier and Type Method Description CircularDependencyExceptionaddChain(String className)StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
addChain
public CircularDependencyException addChain(String className)
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-