Package com.highdeal.error
package com.highdeal.error
This
Java package extends the Java exception concept with error handling functions; two Java interfaces
define the necessary methods.-
ClassDescriptionThis
abstract Java classdefines an exception that includes anerror.Thisabstract Java classdefines an error runtime exception that includes anerror.ThisJava interfacedefines an error in a specific 'module' of the SAP CC software; An error is identified uniquely thanks to amodule nameand anumeric code.Thisenumerationdefines the available types or errors, which can be: Permanent error: this error is permanent; it will lead to a failure each time the process is called Temporary error: this error is temporary; the process has to be called again later Correction expected: this error is temporary; but will lead to a failure until correction has not been appliedThisJava interfaceextends the exception concept and the default Java exception mechanisms; It provides error management features associated to the exceptions:cause errorof the exception, related errors in stack.