Package io.flipt.client
Class FliptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.flipt.client.FliptException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FliptException.EvaluationException
Base exception for all Flipt client errors.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThrown when an evaluation error occurs. -
Constructor Summary
ConstructorsConstructorDescriptionFliptException(String message) FliptException(String message, Throwable cause) FliptException(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
-
FliptException
public FliptException() -
FliptException
-
FliptException
-
FliptException
-