java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.criteria.CriteriaException
org.refcodes.criteria.CriteriaException.BadCriteriaException
org.refcodes.criteria.ComplexCriteriaException
- All Implemented Interfaces:
Serializable,CriteriaAccessor,org.refcodes.exception.ErrorCodeAccessor,org.refcodes.exception.Trap
The Class ComplexCriteriaException.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.refcodes.criteria.CriteriaException
CriteriaException.BadCriteriaExceptionNested classes/interfaces inherited from interface org.refcodes.criteria.CriteriaAccessor
CriteriaAccessor.CriteriaMutator, CriteriaAccessor.CriteriaPropertyNested 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 -
Constructor Summary
ConstructorsConstructorDescriptionComplexCriteriaException(Criteria aCriteria, String message) Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, String aMessage, String aErrorCode) Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, String message, Throwable cause) Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, Throwable cause) Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, Throwable aCause, String aErrorCode) Instantiates a new complex criteria exception. -
Method Summary
Methods inherited from class org.refcodes.criteria.CriteriaException.BadCriteriaException
getCriteriaMethods inherited from class org.refcodes.exception.AbstractException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComplexCriteriaException
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriaaMessage- the messageaErrorCode- the error code
-
ComplexCriteriaException
public ComplexCriteriaException(Criteria aCriteria, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriaaMessage- the messageaCause- the causeaErrorCode- the error code
-
ComplexCriteriaException
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriamessage- the messagecause- the cause
-
ComplexCriteriaException
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriamessage- the message
-
ComplexCriteriaException
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriaaCause- the causeaErrorCode- the error code
-
ComplexCriteriaException
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriacause- the cause
-