public class NoSuchColumnException extends DataSetException
| Constructor and Description |
|---|
NoSuchColumnException()
Deprecated.
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
NoSuchColumnException(java.lang.String msg)
Deprecated.
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
NoSuchColumnException(java.lang.String tableName,
java.lang.String columnName)
Creates an exception using the given table name + column name
|
NoSuchColumnException(java.lang.String tableName,
java.lang.String columnName,
java.lang.String msg)
Creates an exception using the given table name + column name
|
NoSuchColumnException(java.lang.String msg,
java.lang.Throwable e)
Deprecated.
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
NoSuchColumnException(java.lang.Throwable e)
Deprecated.
since 2.3.0. Prefer constructor taking a table/columnName as argument
|
getExceptionpublic NoSuchColumnException()
public NoSuchColumnException(java.lang.String msg)
public NoSuchColumnException(java.lang.String tableName,
java.lang.String columnName)
tableName - table in which the column was not found. Can be nullcolumnName - the column that was not foundpublic NoSuchColumnException(java.lang.String tableName,
java.lang.String columnName,
java.lang.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(java.lang.String msg,
java.lang.Throwable e)
msg - e - public NoSuchColumnException(java.lang.Throwable e)
e - Copyright © 2002-2018. All Rights Reserved.