Package ilcd

Class ILCDException

extends ExceptionThrowableObject

An ILCDException is thrown when an iLCD specific error occurs. For this reason, the iLCD provides several iLCD error codes which are specified in the Common class. The getErrorCode() method is used to process an error code in an application.

The ILCDException class is a subclass of the java.lang.Exception class. Other iLCD specific exception classes are subclasses of the ILCDException class. The ILCDExceptionFactory determines which specific exception might be thrown when an exception occurs.

An iLCD specific exception can be caught with a try-catch statement.

Public Constructors

Public Methods

Methods inherited from java.lang.Throwable

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_