public class ObjectForConditionNotUniqueException extends ObjectNotFoundException
Constructor and Description |
---|
ObjectForConditionNotUniqueException(java.lang.Class _clazz,
java.lang.String _condition)
Constructor to use a default Exception message text in the current locale for the provided clazz and condition String.
|
ObjectForConditionNotUniqueException(java.lang.Class _clazz,
java.lang.String _condition,
java.lang.String l10nEntityname) |
ObjectForConditionNotUniqueException(java.lang.Class _clazz,
java.lang.String _condition,
java.lang.String l10nEntityname,
java.lang.Throwable cause) |
ObjectForConditionNotUniqueException(java.lang.String _message,
java.lang.Class _clazz,
java.lang.String _condition)
Constructor to use an explicit Message, class and condition text
|
ObjectForConditionNotUniqueException(java.lang.String _message,
java.lang.Class _clazz,
java.lang.String _condition,
java.lang.Throwable cause) |
ObjectForConditionNotUniqueException(java.lang.String _message,
ObjectForConditionNotUniqueException ofcnue) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
conditionByAttrValuePairs(java.lang.String[] attributeNames,
java.lang.Object[] values)
Building a condition text by Name-Value pairs in the current locale.
|
static java.lang.String |
conditionByAttrValuePairs(java.lang.String[] attributeNames,
java.lang.Object[] values,
boolean[] notValue) |
java.lang.Class |
getClazz() |
java.lang.String |
getCondition() |
void |
setClazz(java.lang.Class $2) |
void |
setCondition(java.lang.String $3) |
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, printStackTrace, printStackTrace, printStackTraceAsCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCauseOfClass, getDeepestCauseOfClass, getRootCause, getThisAsThrowable, hasCauseOfClass, printStackTrace
public ObjectForConditionNotUniqueException(java.lang.String _message, ObjectForConditionNotUniqueException ofcnue)
public ObjectForConditionNotUniqueException(java.lang.String _message, java.lang.Class _clazz, java.lang.String _condition)
public ObjectForConditionNotUniqueException(java.lang.String _message, java.lang.Class _clazz, java.lang.String _condition, java.lang.Throwable cause)
public ObjectForConditionNotUniqueException(java.lang.Class _clazz, java.lang.String _condition)
_clazz
- the expected class of the Object that was not found, nonnull._condition
- a condition that was used to lookup said object, can be null/empty, although not recommended.l10nEntityname
- a nullable Name of the Objects class/entity to use in the exception message in the current locale.
If null, the simple classname of _clazz is used as fallback.cause
- a nullable cause of this exception.public ObjectForConditionNotUniqueException(java.lang.Class _clazz, java.lang.String _condition, java.lang.String l10nEntityname)
public ObjectForConditionNotUniqueException(java.lang.Class _clazz, java.lang.String _condition, java.lang.String l10nEntityname, java.lang.Throwable cause)
public static java.lang.String conditionByAttrValuePairs(java.lang.String[] attributeNames, java.lang.Object[] values)
attributeNames
- the attribute names/path, nonnullpublic static java.lang.String conditionByAttrValuePairs(java.lang.String[] attributeNames, java.lang.Object[] values, boolean[] notValue)
public java.lang.Class getClazz()
public void setClazz(java.lang.Class $2)
public java.lang.String getCondition()
public void setCondition(java.lang.String $3)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.