Class CastError
-
- All Implemented Interfaces:
public class CastErrorThe cast error.
-
-
Field Summary
Fields Modifier and Type Field Description public final ErrorCodeerrorCodepublic final Stringdescription
-
Method Summary
Modifier and Type Method Description ErrorCodegetErrorCode()The error code of the cast error. StringgetDescription()The description of the cast error. StringtoString()-
-
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)
-
-
-
-