public class FieldNotFoundException extends SQLException
| Constructor and Description |
|---|
FieldNotFoundException(String fieldName,
String tableName)
Creates a new FieldNotFoundException object.
|
FieldNotFoundException(String message,
Throwable t,
String fieldName,
String tableName)
Creates a new FieldNotFoundException object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFieldName()
DOCUMENT ME!
|
String |
getMessage() |
String |
getTableName()
DOCUMENT ME!
|
int |
hashCode() |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic FieldNotFoundException(String fieldName, String tableName)
fieldName - DOCUMENT ME!tableName - DOCUMENT ME!public String getFieldName()
public String getTableName()
public String getMessage()
getMessage in class ThrowableCopyright © 2012–2026 cismet GmbH. All rights reserved.