|
DBVIEW
|


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