Class CastError
-
- All Implemented Interfaces:
public class CastError
The cast error.
-
-
Field Summary
Fields Modifier and Type Field Description public final ErrorCode
errorCode
public final String
description
-
Method Summary
Modifier and Type Method Description ErrorCode
getErrorCode()
The error code of the cast error. String
getDescription()
The description of the cast error. String
toString()
-
-
Method Detail
-
getErrorCode
@NonNull() ErrorCode getErrorCode()
The error code of the cast error.
- Returns:
the error code. (NonNull)
-
getDescription
@NonNull() String getDescription()
The description of the cast error.
- Returns:
The description. (NonNull)
-
-
-
-