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, create
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExpressionParsingException()
public ExpressionParsingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ExpressionParsingException(String message)
public ExpressionParsingException(Throwable cause)
Copyright © 1970 The Apache Software Foundation. All rights reserved.