DBVIEW
org.dbview.db.structure.TableException Class Reference
Inheritance diagram for org.dbview.db.structure.TableException:
Collaboration diagram for org.dbview.db.structure.TableException:

List of all members.

Public Member Functions

 TableException (String in_message)

Static Private Attributes

static final long serialVersionUID = 2L

Detailed Description

This exception is thrown whenever an error occurred while using a table.

Author:
Denis Beurive

Definition at line 30 of file TableException.java.


Constructor & Destructor Documentation

org.dbview.db.structure.TableException.TableException ( String  in_message)

Constructor.

Parameters:
in_messageError message.

Definition at line 43 of file TableException.java.


Member Data Documentation

This value represents the version of the current class.

Note:
Please note that this serial number is only important when the class is serialized, which is not the case here. It is defined in order to avoid waning messages during compilation.

Definition at line 37 of file TableException.java.


The documentation for this class was generated from the following file: