Class InvalidProjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.spi.TrinoException
io.trino.plugin.hive.projection.InvalidProjectionException
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidProjectionException(String message) InvalidProjectionException(String columnName, Type columnType) InvalidProjectionException(String columnName, String message) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringinvalidProjectionMessage(String columnName, String message) Methods 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
-
InvalidProjectionException
-
InvalidProjectionException
-
InvalidProjectionException
-
-
Method Details
-
invalidProjectionMessage
-