public class OperatorNotFoundException extends PrestoException
| Constructor and Description |
|---|
OperatorNotFoundException(OperatorType operatorType,
List<? extends TypeSignature> argumentTypes) |
OperatorNotFoundException(OperatorType operatorType,
List<? extends TypeSignature> argumentTypes,
TypeSignature returnType) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeSignature> |
getArgumentTypes() |
OperatorType |
getOperatorType() |
TypeSignature |
getReturnType() |
getErrorCode, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperatorNotFoundException(OperatorType operatorType, List<? extends TypeSignature> argumentTypes)
public OperatorNotFoundException(OperatorType operatorType, List<? extends TypeSignature> argumentTypes, TypeSignature returnType)
public OperatorType getOperatorType()
public TypeSignature getReturnType()
public List<TypeSignature> getArgumentTypes()
Copyright © 2012–2019. All rights reserved.