Package io.trino.metadata
Class OperatorNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.trino.spi.TrinoException
-
- io.trino.metadata.OperatorNotFoundException
-
- All Implemented Interfaces:
Serializable
public class OperatorNotFoundException extends TrinoException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperatorNotFoundException(OperatorType operatorType, List<? extends Type> argumentTypes, TypeSignature returnType, Throwable cause)OperatorNotFoundException(OperatorType operatorType, List<? extends Type> argumentTypes, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Type>getArgumentTypes()OperatorTypegetOperatorType()TypeSignaturegetReturnType()-
Methods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OperatorNotFoundException
public OperatorNotFoundException(OperatorType operatorType, List<? extends Type> argumentTypes, Throwable cause)
-
OperatorNotFoundException
public OperatorNotFoundException(OperatorType operatorType, List<? extends Type> argumentTypes, TypeSignature returnType, Throwable cause)
-
-
Method Detail
-
getOperatorType
public OperatorType getOperatorType()
-
getReturnType
public TypeSignature getReturnType()
-
-