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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperatorNotFoundException(OperatorType operatorType, List<? extends Type> argumentTypes, TypeSignature returnType, Throwable cause) OperatorNotFoundException(OperatorType operatorType, List<? extends Type> argumentTypes, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.trino.spi.TrinoException
getErrorCode, getLocation, getMessage, getRawMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
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 Details
-
getOperatorType
-
getReturnType
-
getArgumentTypes
-