public class ExpressionParsingException extends LogicalPlanParsingException
| Constructor and Description |
|---|
ExpressionParsingException() |
ExpressionParsingException(String message) |
ExpressionParsingException(String message,
Throwable cause) |
ExpressionParsingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ExpressionParsingException(Throwable cause) |
checkInterrupted, create, createaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpressionParsingException()
public ExpressionParsingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ExpressionParsingException(String message)
public ExpressionParsingException(Throwable cause)
Copyright © 2021 The Apache Software Foundation. All rights reserved.