Package io.flipt.client
Class FliptException.EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.flipt.client.FliptException
io.flipt.client.FliptException.EvaluationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FliptException
Thrown when an evaluation error occurs.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.flipt.client.FliptException
FliptException.EvaluationException -
Constructor Summary
ConstructorsConstructorDescriptionEvaluationException(String message) EvaluationException(String message, Throwable cause) EvaluationException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvaluationException
public EvaluationException() -
EvaluationException
-
EvaluationException
-
EvaluationException
-