Class DependencyException.ClaimDependenciesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.decoupling.DependencyException
org.refcodes.decoupling.DependencyException.DependenciesException
org.refcodes.decoupling.DependencyException.ClaimDependenciesException
All Implemented Interfaces:
Serializable, ClaimAccessor, DependenciesAccessor, DependencyAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
AmbigousClaimException, UnsatisfiedClaimException
Enclosing class:
DependencyException

protected static class DependencyException.ClaimDependenciesException extends DependencyException.DependenciesException implements ClaimAccessor
See Also:
  • Field Details

    • _claim

      protected Claim _claim
  • Constructor Details

    • ClaimDependenciesException

      public ClaimDependenciesException(String aMessage, Claim aClaim, Dependency<?> aDependency, Dependency<?>[] aDependencies, String aErrorCode)
      Parameters:
      aClaim - the Claim instance responsible for this exception.
    • ClaimDependenciesException

      public ClaimDependenciesException(String aMessage, Claim aClaim, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause, String aErrorCode)
      Parameters:
      aClaim - the Claim instance responsible for this exception.
    • ClaimDependenciesException

      public ClaimDependenciesException(String aMessage, Claim aClaim, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause)
      Parameters:
      aClaim - the Claim instance responsible for this exception.
    • ClaimDependenciesException

      public ClaimDependenciesException(String aMessage, Claim aClaim, Dependency<?> aDependency, Dependency<?>[] aDependencies)
      Parameters:
      aClaim - the Claim instance responsible for this exception.
    • ClaimDependenciesException

      public ClaimDependenciesException(Claim aClaim, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause, String aErrorCode)
      Parameters:
      aClaim - the Claim instance responsible for this exception.
    • ClaimDependenciesException

      public ClaimDependenciesException(Claim aClaim, Dependency<?> aDependency, Dependency<?>[] aDependencies, Throwable aCause)
      Parameters:
      aClaim - the Claim instance responsible for this exception.
  • Method Details