|
DBVIEW
|


Public Member Functions | |
| TableException (String in_message) | |
Static Private Attributes | |
| static final long | serialVersionUID = 2L |
This exception is thrown whenever an error occurred while using a table.
Definition at line 30 of file TableException.java.
| org.dbview.db.structure.TableException.TableException | ( | String | in_message | ) |
Constructor.
| in_message | Error message. |
Definition at line 43 of file TableException.java.
final long org.dbview.db.structure.TableException.serialVersionUID = 2L [static, private] |
This value represents the version of the current class.
Definition at line 37 of file TableException.java.