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.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
ConstructorDescriptionUnknownCriteriaRuntimeException
(Criteria aCriteria, String aMessage) 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 aMessage, Throwable aCause) 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 aCause) 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
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.refcodes.exception.Trap
toLocalizedMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception.- Parameters:
aCriteria
- the criteriaaMessage
- The aMessage describing this exception.aErrorCode
- The error code identifying this exception.
-
UnknownCriteriaRuntimeException
public UnknownCriteriaRuntimeException(Criteria aCriteria, String aMessage, Throwable aCause, String aErrorCode) Instantiates a new unknown criteria runtime exception. -
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception. -
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception.- Parameters:
aCriteria
- the criteriaaMessage
- The aMessage describing this exception.
-
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception. -
UnknownCriteriaRuntimeException
Instantiates a new unknown criteria runtime exception.
-
-
Method Details
-
getCriteria
Gets the criteria.- Specified by:
getCriteria
in interfaceCriteriaAccessor
- Returns:
- the criteria
-