Package ilcd
Class ILCDExceptionFactory

Public Method createGeneralException

static ILCDException createGeneralException(String description)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Description
description detailed message

The createGeneralException(String) method is used to specify a detailed message.


Returns Description
ILCDException ILCDException object

This method returns an ILCDException specific object.

See also:

Common