public class SaveVetoExceptionWithConflictingBOs extends SaveVetoException
SaveVetoException
for client-side use that displays a helpful dialog
with links to conflicting Business Objects (BOs).
This exception extends SaveVetoException and provides a user-friendly way to handle vetoes (rejections) during save operations on the client-side. It displays a dialog that includes links to the conflicting BOs, allowing the user to directly access and review the problematic data.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
L10N_KEY_CONFLICTING_BOS |
static java.lang.String |
L10N_KEY_ERR_NOT_A_BO |
static java.lang.String |
L10N_KEY_MSG_OPEN_CONFLICTING_BOS |
SHOW_ERROR, SHOW_MESSAGE, SHOW_NOTHING, SHOW_OVERRIDE_QUESTION, SHOW_TOAST, SHOW_USER_FRIENDLY_ERROR
Constructor and Description |
---|
SaveVetoExceptionWithConflictingBOs(BOI bo,
java.lang.String s,
java.util.Collection conflictingBOs) |
SaveVetoExceptionWithConflictingBOs(BOI bo,
java.lang.String s,
java.util.Collection conflictingBOs,
int mode) |
SaveVetoExceptionWithConflictingBOs(BOI bo,
java.lang.String s,
java.lang.Throwable cause,
java.util.Collection conflictingBOs) |
SaveVetoExceptionWithConflictingBOs(BOI bo,
java.lang.String s,
java.lang.Throwable cause,
java.util.Collection conflictingBOs,
int mode) |
SaveVetoExceptionWithConflictingBOs(java.util.Collection conflictingBOs) |
SaveVetoExceptionWithConflictingBOs(java.util.Collection conflictingBOs,
int mode) |
SaveVetoExceptionWithConflictingBOs(java.lang.String s,
java.lang.Throwable cause,
java.util.Collection conflictingBOs) |
SaveVetoExceptionWithConflictingBOs(java.lang.String s,
java.lang.Throwable cause,
java.util.Collection conflictingBOs,
int mode) |
Modifier and Type | Method and Description |
---|---|
void |
createOpenFormsDialog(Transaction tx,
ClientContextI ctx)
Searches whether any forms exist for the conflicting BOs.
|
java.util.Collection |
getBOs(BOLoaderI bol) |
java.lang.String |
getMessage()
Creates a specialized message that lists the conflicting BOs in a customized way.
|
getNotificationMode, isShowError, isShowMessage, isShowNothing, isShowOverrideQuestion, isShowToast, isShowUserFriendlyError, setNotificationMode, wrap
getStackTraceAsString, makeFiltered, printStackTrace, printStackTrace, printStackTrace
createFromStackTraceString, dumpJVMStack, dumpJVMStack, dumpStack, dumpStack, dumpStack, filterAndDumpStackTrace, filterStackTrace, filterStackTrace, getAllCauses, getCause, getCauseMethod, getCauseOfClass, getDeepestCauseOfClass, getErrortext, getErrortext, getRootCause, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceAsString, getStackTraceElement, getStackTraceElement, hasCauseOfClass, isKnownWrapperException, ofStackTraceString, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCauseOfClass, getDeepestCauseOfClass, getRootCause, getThisAsThrowable, hasCauseOfClass, printStackTrace
public static final java.lang.String L10N_KEY_CONFLICTING_BOS
public static final java.lang.String L10N_KEY_ERR_NOT_A_BO
public static final java.lang.String L10N_KEY_MSG_OPEN_CONFLICTING_BOS
public SaveVetoExceptionWithConflictingBOs(java.util.Collection conflictingBOs)
public SaveVetoExceptionWithConflictingBOs(java.util.Collection conflictingBOs, int mode)
public SaveVetoExceptionWithConflictingBOs(java.lang.String s, java.lang.Throwable cause, java.util.Collection conflictingBOs)
public SaveVetoExceptionWithConflictingBOs(java.lang.String s, java.lang.Throwable cause, java.util.Collection conflictingBOs, int mode)
public SaveVetoExceptionWithConflictingBOs(BOI bo, java.lang.String s, java.util.Collection conflictingBOs)
public SaveVetoExceptionWithConflictingBOs(BOI bo, java.lang.String s, java.util.Collection conflictingBOs, int mode)
public SaveVetoExceptionWithConflictingBOs(BOI bo, java.lang.String s, java.lang.Throwable cause, java.util.Collection conflictingBOs)
public SaveVetoExceptionWithConflictingBOs(BOI bo, java.lang.String s, java.lang.Throwable cause, java.util.Collection conflictingBOs, int mode)
public java.util.Collection getBOs(BOLoaderI bol)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
idsOfConflictingBOs
- the Ids of the BOs that caused the save exceptionpublic void createOpenFormsDialog(Transaction tx, ClientContextI ctx)
tx
- the current transaction where this exception occurredctx
- the Client Context to access the forms byCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.