Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.beam.sdk.extensions.sql.impl.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParseException extends java.lang.RuntimeExceptionException thrown when Beam SQL is unable to parse the statement.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message, java.lang.Throwable cause)ParseException(java.lang.Throwable cause)
-