Class ColumnNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.trino.spi.TrinoException
io.trino.spi.connector.NotFoundException
io.trino.spi.connector.ColumnNotFoundException
-
Constructor Summary
ConstructorsConstructorDescriptionColumnNotFoundException(SchemaTableName tableName, String columnName) ColumnNotFoundException(SchemaTableName tableName, String columnName, String message) ColumnNotFoundException(SchemaTableName tableName, String columnName, String message, Throwable cause) ColumnNotFoundException(SchemaTableName tableName, String columnName, Throwable cause) -
Method Summary
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
-
ColumnNotFoundException
-
ColumnNotFoundException
-
ColumnNotFoundException
-
ColumnNotFoundException
public ColumnNotFoundException(SchemaTableName tableName, String columnName, String message, Throwable cause)
-
-
Method Details
-
getTableName
-
getColumnName
-