Package ilcd
Class ILCDExceptionFactory

Public Method createExceptionFromCode

static ILCDException createExceptionFromCode(int code)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Description
code detailed code

The createExceptionFromCode(int) method is used to determine a specific iLCD exception based on the recieved code.


Returns Description
ILCDException ILCDException object

This method returns an ILCDException specific object.

See also:

Common