Package errors
Class ClientErrors.ExpectationFailedError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- errors.BaseError
-
- errors.ClientErrors.ExpectationFailedError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ClientErrors
public static class ClientErrors.ExpectationFailedError extends BaseError
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class errors.BaseError
BaseError.ErrorCategory
-
-
Field Summary
-
Fields inherited from class errors.BaseError
additionalInformation, category, code, fatal, isEngineError
-
-
Constructor Summary
Constructors Constructor Description ExpectationFailedError(@NonNull java.lang.String message, BaseError.ErrorCategory category)
-
Method Summary
-
Methods inherited from class errors.BaseError
deserialize, isEngineError, serialize
-
-
-
-
Constructor Detail
-
ExpectationFailedError
public ExpectationFailedError(@NonNull @NonNull java.lang.String message, BaseError.ErrorCategory category)
-
-