Class Exceptions.FieldParseError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.google.cloud.bigquery.storage.v1.Exceptions.FieldParseError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static class Exceptions.FieldParseError extends IllegalArgumentException
This exception is used internally to handle field level parsing errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFieldParseError(String fieldName, String bqType, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBqType()ThrowablegetCause()StringgetFieldName()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-