Package ilcd
Class ILCDException

Public Constructor ILCDException

ILCDException(int code)

ILCDException(String description)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor ILCDException(int code):

Parameter Description
code detailed code

The code parameter is stored for later use and can be retrieved with the getErrorCode() method.

constructor ILCDException(String description):

Parameter Description
description detailed message

The decsription parameter is stored for later use.

See also:

Common