public final class EvaluationException extends RuntimeException
EvaluationException indicates that the evaluation of a
Predicate has failed.Predicate,
Serialized Form| Constructor and Description |
|---|
EvaluationException(String message)
Constructs a
EvaluationException with the given message. |
EvaluationException(String message,
Throwable cause)
Constructs a
EvaluationException with the given message and cause. |
EvaluationException(Throwable cause)
Constructs a
EvaluationException with the given cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EvaluationException(String message, Throwable cause)
EvaluationException with the given message and cause.
The given cause is chained to this exception.message - The message.cause - The cause of this EvaluationException.public EvaluationException(String message)
EvaluationException with the given message.message - The message.public EvaluationException(Throwable cause)
EvaluationException with the given cause. The given
cause is chained to this exception.cause - The cause of this EvaluationException.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.