public class NoSuchColumnException extends DataSetException
| Constructor and Description |
|---|
NoSuchColumnException()
Deprecated.
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
NoSuchColumnException(String msg)
Deprecated.
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
NoSuchColumnException(String tableName,
String columnName)
Creates an exception using the given table name + column name
|
NoSuchColumnException(String tableName,
String columnName,
String msg)
Creates an exception using the given table name + column name
|
NoSuchColumnException(String msg,
Throwable e)
Deprecated.
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
NoSuchColumnException(Throwable e)
Deprecated.
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
getExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchColumnException()
public NoSuchColumnException(String msg)
public NoSuchColumnException(String tableName, String columnName)
tableName - table in which the column was not found. Can be nullcolumnName - the column that was not foundpublic NoSuchColumnException(String tableName, String columnName, String msg)
tableName - table in which the column was not found. Can be nullcolumnName - the column that was not foundmsg - Additional message to append to the exception textpublic NoSuchColumnException(String msg, Throwable e)
msg - e - public NoSuchColumnException(Throwable e)
e - Copyright © 2002-2017. All Rights Reserved.