Class UnsatisfiedFactoryException
- All Implemented Interfaces:
Serializable, DependenciesAccessor, DependencyAccessor, ErrorCodeAccessor, Trap
The
UnsatisfiedFactoryException is thrown in case a
FactoryClaim instance cannot be satisfied by any known
Dependency declaration.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class DependencyException
DependencyException.ClaimDependenciesException, DependencyException.DependenciesException, DependencyException.DependencyClaimException, DependencyException.FactoryDependenciesException, DependencyException.InitializerDependenciesExceptionNested classes/interfaces inherited from interface DependenciesAccessor
DependenciesAccessor.DependenciesBuilder<T,B>, DependenciesAccessor.DependenciesMutator<T>, DependenciesAccessor.DependenciesProperty<T> Nested classes/interfaces inherited from interface DependencyAccessor
DependencyAccessor.DependencyBuilder<T,B>, DependencyAccessor.DependencyMutator<T>, DependencyAccessor.DependencyProperty<T> Nested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty -
Field Summary
Fields inherited from class DependencyException.FactoryDependenciesException
_factoryClaimFields inherited from class DependencyException.DependenciesException
_dependenciesFields inherited from class DependencyException
_dependency -
Constructor Summary
ConstructorsConstructorDescriptionUnsatisfiedFactoryException(String aMessage, FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies) Instantiates the classUnsatisfiedFactoryException.UnsatisfiedFactoryException(String aMessage, FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, String aErrorCode) Instantiates the classUnsatisfiedFactoryException.UnsatisfiedFactoryException(String aMessage, FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause) Instantiates the classUnsatisfiedFactoryException.UnsatisfiedFactoryException(String aMessage, FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause, String aErrorCode) Instantiates the classUnsatisfiedFactoryException.UnsatisfiedFactoryException(FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause) Instantiates the classUnsatisfiedFactoryException.UnsatisfiedFactoryException(FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause, String aErrorCode) Instantiates the classUnsatisfiedFactoryException. -
Method Summary
Methods inherited from class DependencyException.FactoryDependenciesException
getFactory, getPatternArgumentsMethods inherited from class DependencyException.DependenciesException
getDependenciesMethods inherited from class DependencyException
getDependencyMethods inherited from class AbstractException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
UnsatisfiedFactoryException
public UnsatisfiedFactoryException(String aMessage, FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, String aErrorCode) Instantiates the classUnsatisfiedFactoryException.- See Also:
-
UnsatisfiedFactoryException
public UnsatisfiedFactoryException(String aMessage, FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause, String aErrorCode) Instantiates the classUnsatisfiedFactoryException.- See Also:
-
UnsatisfiedFactoryException
public UnsatisfiedFactoryException(String aMessage, FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause) Instantiates the classUnsatisfiedFactoryException.- See Also:
-
UnsatisfiedFactoryException
public UnsatisfiedFactoryException(String aMessage, FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies) Instantiates the classUnsatisfiedFactoryException.- See Also:
-
UnsatisfiedFactoryException
public UnsatisfiedFactoryException(FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause, String aErrorCode) Instantiates the classUnsatisfiedFactoryException.- See Also:
-
UnsatisfiedFactoryException
public UnsatisfiedFactoryException(FactoryClaim<?, ?> aFactory, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause) Instantiates the classUnsatisfiedFactoryException.- See Also:
-