public class ColumnNotFoundException extends NotFoundException
Constructor and Description |
---|
ColumnNotFoundException(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) |
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
SchemaTableName |
getTableName() |
getErrorCode, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ColumnNotFoundException(SchemaTableName tableName, String columnName)
public ColumnNotFoundException(SchemaTableName tableName, String columnName, String message)
public ColumnNotFoundException(SchemaTableName tableName, String columnName, Throwable cause)
public ColumnNotFoundException(SchemaTableName tableName, String columnName, String message, Throwable cause)
public SchemaTableName getTableName()
public String getColumnName()
Copyright © 2012-2016. All Rights Reserved.