DBVIEW
org.dbview.adapter.CliException Class Reference
Inheritance diagram for org.dbview.adapter.CliException:
Collaboration diagram for org.dbview.adapter.CliException:

List of all members.

Public Member Functions

 CliException (String in_message)

Static Private Attributes

static final long serialVersionUID = 2L

Detailed Description

This exception is thrown whenever an error occurred while using the command line interface.

Author:
Denis Beurive

Definition at line 31 of file CliException.java.


Constructor & Destructor Documentation

org.dbview.adapter.CliException.CliException ( String  in_message)

Constructor.

Parameters:
in_messageError message.

Definition at line 44 of file CliException.java.


Member Data Documentation

final long org.dbview.adapter.CliException.serialVersionUID = 2L [static, private]

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 38 of file CliException.java.


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