public class TableNotFoundException extends Exception
| Constructor and Description |
|---|
TableNotFoundException(int classId)
Creates a new TableNotFoundException object.
|
TableNotFoundException(String table)
Creates a new TableNotFoundException object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId()
DOCUMENT ME!
|
String |
getTable()
DOCUMENT ME!
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TableNotFoundException(String table)
table - DOCUMENT ME!public TableNotFoundException(int classId)
classId - DOCUMENT ME!public String getTable()
public int getClassId()
Copyright © 2012–2026 cismet GmbH. All rights reserved.