Package org.refcodes.criteria
Class ComplexCriteriaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.refcodes.exception.AbstractException
-
- org.refcodes.criteria.CriteriaException
-
- org.refcodes.criteria.ComplexCriteriaException
-
- All Implemented Interfaces:
java.io.Serializable,CriteriaAccessor,org.refcodes.exception.ErrorCodeAccessor,org.refcodes.exception.Trap
public class ComplexCriteriaException extends CriteriaException
The Class ComplexCriteriaException.- Version:
- $Id: $Id
- Author:
- steiner
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.criteria.CriteriaAccessor
CriteriaAccessor.CriteriaMutator, CriteriaAccessor.CriteriaProperty
-
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
-
-
Constructor Summary
Constructors Constructor Description ComplexCriteriaException(Criteria aCriteria, java.lang.String message)Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, java.lang.String aMessage, java.lang.String aErrorCode)Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, java.lang.String message, java.lang.Throwable cause)Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, java.lang.Throwable cause)Instantiates a new complex criteria exception.ComplexCriteriaException(Criteria aCriteria, java.lang.Throwable aCause, java.lang.String aErrorCode)Instantiates a new complex criteria exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CriteriagetCriteria()Gets the criteria.
-
-
-
Constructor Detail
-
ComplexCriteriaException
public ComplexCriteriaException(Criteria aCriteria, java.lang.String aMessage, java.lang.String aErrorCode)
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriaaMessage- the messageaErrorCode- the error code
-
ComplexCriteriaException
public ComplexCriteriaException(Criteria aCriteria, java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriaaMessage- the messageaCause- the causeaErrorCode- the error code
-
ComplexCriteriaException
public ComplexCriteriaException(Criteria aCriteria, java.lang.String message, java.lang.Throwable cause)
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriamessage- the messagecause- the cause
-
ComplexCriteriaException
public ComplexCriteriaException(Criteria aCriteria, java.lang.String message)
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriamessage- the message
-
ComplexCriteriaException
public ComplexCriteriaException(Criteria aCriteria, java.lang.Throwable aCause, java.lang.String aErrorCode)
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriaaCause- the causeaErrorCode- the error code
-
ComplexCriteriaException
public ComplexCriteriaException(Criteria aCriteria, java.lang.Throwable cause)
Instantiates a new complex criteria exception.- Parameters:
aCriteria- the criteriacause- the cause
-
-
Method Detail
-
getCriteria
public Criteria getCriteria()
Gets the criteria.- Specified by:
getCriteriain interfaceCriteriaAccessor- Returns:
- the criteria
-
-