Package ilcd
Class ILCDException
int getErrorCode()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns | Description |
---|---|
errorCode | specific error code of the occured exception |
This method is used to retrieve the error code of the occurred exception.
Example
try
{
...
}
catch(ILCDException exc)
{
errorCode = exc.getErrorCode();
}
An exception is caught in the example above and the error code is returned by the getErrorCode() method.
See also:
Copyright © demmel products gmbh. All rights reserved.