Exception Exceptions.FieldParseError (3.5.1)

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)
Parameters
Name Description
fieldName String
bqType String
cause Throwable

Methods

getBqType()

public String getBqType()
Returns
Type Description
String

getCause()

public Throwable getCause()
Returns
Type Description
Throwable
Overrides

getFieldName()

public String getFieldName()
Returns
Type Description
String

getMessage()

public String getMessage()
Returns
Type Description
String
Overrides