public static class Exceptions.FieldParseError extends IllegalArgumentException
This exception is used internally to handle field level parsing errors.
Constructors
FieldParseError(String fieldName, String bqType, Throwable cause)
protected FieldParseError(String fieldName, String bqType, Throwable cause)
Name | Description |
fieldName | String |
bqType | String |
cause | Throwable |
Methods
getBqType()
public String getBqType()
Type | Description |
String |
getCause()
public Throwable getCause()
Type | Description |
Throwable |
getFieldName()
public String getFieldName()
Type | Description |
String |
getMessage()
public String getMessage()
Type | Description |
String |