Exception Exceptions.FieldParseError (3.4.0)

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
NameDescription
fieldNameString
bqTypeString
causeThrowable

Methods

getBqType()

public String getBqType()
Returns
TypeDescription
String

getCause()

public Throwable getCause()
Returns
TypeDescription
Throwable
Overrides

getFieldName()

public String getFieldName()
Returns
TypeDescription
String

getMessage()

public String getMessage()
Returns
TypeDescription
String
Overrides