Module org.refcodes.decoupling
Package org.refcodes.decoupling
Class DependencyException.DependencyClaimException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.decoupling.DependencyException
org.refcodes.decoupling.DependencyException.DependencyClaimException
- All Implemented Interfaces:
Serializable,ClaimAccessor,ClaimsAccessor,DependencyAccessor,org.refcodes.exception.ErrorCodeAccessor,org.refcodes.exception.Trap
- Direct Known Subclasses:
DuplicateClaimException
- Enclosing class:
DependencyException
protected abstract static class DependencyException.DependencyClaimException
extends DependencyException
implements ClaimAccessor, ClaimsAccessor
The
DependencyException.DependencyClaimException is a DependencyException
containing an additional related Claim instance relative to
associated Claim instances.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.refcodes.decoupling.DependencyException
DependencyException.ClaimDependenciesException, DependencyException.DependenciesException, DependencyException.DependencyClaimException, DependencyException.FactoryDependenciesException, DependencyException.InitializerDependenciesExceptionNested classes/interfaces inherited from interface org.refcodes.decoupling.ClaimAccessor
ClaimAccessor.ClaimBuilder<B extends ClaimAccessor.ClaimBuilder<B>>, ClaimAccessor.ClaimMutator, ClaimAccessor.ClaimPropertyNested classes/interfaces inherited from interface org.refcodes.decoupling.ClaimsAccessor
ClaimsAccessor.ClaimsBuilder<B extends ClaimsAccessor.ClaimsBuilder<B>>, ClaimsAccessor.ClaimsMutator, ClaimsAccessor.ClaimsPropertyNested classes/interfaces inherited from interface org.refcodes.decoupling.DependencyAccessor
DependencyAccessor.DependencyBuilder<T,B extends DependencyAccessor.DependencyBuilder<T, B>>, DependencyAccessor.DependencyMutator<T>, DependencyAccessor.DependencyProperty<T> Nested classes/interfaces inherited from interface org.refcodes.exception.ErrorCodeAccessor
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty -
Field Summary
FieldsFields inherited from class org.refcodes.decoupling.DependencyException
_dependency -
Constructor Summary
ConstructorsConstructorDescriptionDependencyClaimException(String aMessage, Claim aClaim, Claim[] aClaims, Dependency<?> aDependency) DependencyClaimException(String aMessage, Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, String aErrorCode) DependencyClaimException(String aMessage, Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, Throwable aCause) DependencyClaimException(String aMessage, Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, Throwable aCause, String aErrorCode) DependencyClaimException(Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, Throwable aCause) DependencyClaimException(Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class org.refcodes.decoupling.DependencyException
getDependencyMethods inherited from class org.refcodes.exception.AbstractException
getErrorCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.exception.Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Field Details
-
_claims
-
_claim
-
-
Constructor Details
-
DependencyClaimException
public DependencyClaimException(String aMessage, Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, String aErrorCode) -
DependencyClaimException
-
DependencyClaimException
public DependencyClaimException(String aMessage, Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, Throwable aCause) -
DependencyClaimException
public DependencyClaimException(String aMessage, Claim aClaim, Claim[] aClaims, Dependency<?> aDependency) -
DependencyClaimException
public DependencyClaimException(Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, Throwable aCause, String aErrorCode) -
DependencyClaimException
public DependencyClaimException(Claim aClaim, Claim[] aClaims, Dependency<?> aDependency, Throwable aCause)
-
-
Method Details
-
getClaims
- Specified by:
getClaimsin interfaceClaimsAccessor- Returns:
- The
Claiminstances stored by theClaiminstances property.
-
getClaim
- Specified by:
getClaimin interfaceClaimAccessor- Returns:
- The
Claiminstance stored by theClaiminstance property.
-
getPatternArguments
- Specified by:
getPatternArgumentsin interfaceorg.refcodes.exception.Trap- Overrides:
getPatternArgumentsin classDependencyException
-