Package ilcd
Class ILCDUnknownRuntimeException
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 unknowen runtime exception.
Example
try
{
...
}
catch(ILCDUnknowenRuntimeException exc)
{
errorCode = exc.getErrorCode();
}
A unknowen runtime 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.