Class BindingAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
build.codemodel.dependency.injection.InjectionException
build.codemodel.dependency.injection.BindingAlreadyExistsException
- All Implemented Interfaces:
Serializable
Indicates an attempt to create an
Binding when one with the same Dependency already exists.- Since:
- Nov-2019
- Author:
- spencer.firestone
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBindingAlreadyExistsException(String message) Constructs a newBindingAlreadyExistsException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BindingAlreadyExistsException
Constructs a newBindingAlreadyExistsException.- Parameters:
message- the message
-