Package dev.openfeature.sdk.exceptions
Class ParseError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.openfeature.sdk.exceptions.OpenFeatureError
dev.openfeature.sdk.exceptions.ParseError
- All Implemented Interfaces:
Serializable
An error was encountered parsing data, such as a flag configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.openfeature.sdk.exceptions.OpenFeatureError
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseError
public ParseError()
-