java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.criteria.CriteriaRuntimeException
org.refcodes.criteria.UnknownCriteriaRuntimeException
- All Implemented Interfaces:
Serializable,CriteriaAccessor,org.refcodes.exception.ErrorCodeAccessor,org.refcodes.exception.Trap
The Class UnknownCriteriaRuntimeException.
- See Also:
-
Nested Class Summary
Nested 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
ConstructorsConstructorDescriptionUnknownCriteriaRuntimeException(Criteria aCriteria, String message) Instantiates a new unknown criteria runtime exception.UnknownCriteriaRuntimeException(Criteria aCriteria, String aMessage, String aErrorCode) Instantiates a new unknown criteria runtime exception.UnknownCriteriaRuntimeException(Criteria aCriteria, String message, Throwable cause) Instantiates a new unknown criteria runtime exception.UnknownCriteriaRuntimeException(Criteria aCriteria, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new unknown criteria runtime exception.UnknownCriteriaRuntimeException(Criteria aCriteria, Throwable cause) Instantiates a new unknown criteria runtime exception.UnknownCriteriaRuntimeException(Criteria aCriteria, Throwable aCause, String aErrorCode) Instantiates a new unknown criteria runtime exception. -
Method Summary
Methods inherited from class org.refcodes.exception.AbstractRuntimeException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception.- Parameters:
aCriteria- the criteriaaMessage- the messageaErrorCode- the error code
-
UnknownCriteriaRuntimeException
public UnknownCriteriaRuntimeException(Criteria aCriteria, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new unknown criteria runtime exception.- Parameters:
aCriteria- the criteriaaMessage- the messageaCause- the causeaErrorCode- the error code
-
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception.- Parameters:
aCriteria- the criteriamessage- the messagecause- the cause
-
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception.- Parameters:
aCriteria- the criteriamessage- the message
-
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception.- Parameters:
aCriteria- the criteriaaCause- the causeaErrorCode- the error code
-
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception.- Parameters:
aCriteria- the criteriacause- the cause
-
-
Method Details
-
getCriteria
Gets the criteria.- Specified by:
getCriteriain interfaceCriteriaAccessor- Returns:
- the criteria
-