public class JUErrorHandlerDlg extends java.lang.Object implements JUErrorHandler, DCErrorHandler
| Constructor and Description |
|---|
JUErrorHandlerDlg() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWarningVetoed() |
void |
reportException(DCBindingContainer formBnd,
java.lang.Exception ex)
Implements how to handle the given exception raised within the JClient framework
in the context of the given form binding.
|
void |
reportException(DCBindingContainer formBnd,
java.lang.Exception ex,
boolean reportErrorNow) |
void |
reportException(JUFormBinding formBnd,
java.lang.Exception ex)
Implements how to handle the given exception raised within the JClient framework
in the context of the given form binding.
|
void |
reportException(JUFormBinding formBnd,
java.lang.Exception ex,
boolean reportExceptionNow) |
public boolean isWarningVetoed()
public void reportException(JUFormBinding formBnd, java.lang.Exception ex)
JUErrorHandlerreportException in interface JUErrorHandlerpublic void reportException(JUFormBinding formBnd, java.lang.Exception ex, boolean reportExceptionNow)
reportException in interface JUErrorHandlerformBnd - the binding where the exception was causedex - the exception to reportreportExceptionNow - true if the caller should be stopped until the
exception is reported. If an exception is fatal, and the calling program
wants to abort, the calling program typically wants to wait till the
exception is shown to the user.JUErrorHandler.reportException(JUFormBinding, Exception)public void reportException(DCBindingContainer formBnd, java.lang.Exception ex)
DCErrorHandlerreportException in interface DCErrorHandlerpublic void reportException(DCBindingContainer formBnd, java.lang.Exception ex, boolean reportErrorNow)