|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBaseRuntimeException
com.sap.caf.rt.exception.CAFBaseRuntimeException
com.sap.caf.rt.exception.CAFMissingMandatoryValueException
public class CAFMissingMandatoryValueException
This exception is thrown when no value has been provided for a mandatory BO Node attribute.
| Constructor Summary | |
|---|---|
CAFMissingMandatoryValueException()
Deprecated. Use CAFMissingMandatoryValueException(Location) instead. |
|
CAFMissingMandatoryValueException(BaseExceptionInfo baseExcInfo,
boolean isRealCause)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Category category,
int severity,
Location location,
ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
Deprecated. |
|
CAFMissingMandatoryValueException(Category category,
int severity,
Location location,
ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
Deprecated. |
|
CAFMissingMandatoryValueException(Location location)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Object[] args)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Throwable cause)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Throwable cause,
boolean isRealCause)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Location location,
Throwable cause)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(Location location,
Throwable cause,
boolean isRealCause)
Constructs a new CAFMissingMandatoryValueException. |
|
CAFMissingMandatoryValueException(ResourceAccessor ra,
String key)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String) instead. |
|
CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Object[] args)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[]) instead. |
|
CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[], Throwable) instead. |
|
CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead. |
|
CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Throwable cause)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Throwable) instead. |
|
CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Throwable, boolean) instead. |
|
CAFMissingMandatoryValueException(String key,
Object[] args)
Deprecated. Use CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[]) instead. |
|
CAFMissingMandatoryValueException(String key,
Object[] args,
Throwable cause)
Deprecated. Use CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[], Throwable) instead. |
|
CAFMissingMandatoryValueException(String key,
Object[] args,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[], Throwable, boolean) instead. |
|
| Method Summary |
|---|
| Methods inherited from class com.sap.caf.rt.exception.CAFBaseRuntimeException |
|---|
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getRealCause |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CAFMissingMandatoryValueException(Location location)
location - logging locationpublic CAFMissingMandatoryValueException()
CAFMissingMandatoryValueException(Location) instead.
public CAFMissingMandatoryValueException(BaseExceptionInfo baseExcInfo,
boolean isRealCause)
baseExcInfo - information about the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFMissingMandatoryValueException(Location location,
Throwable cause)
location - logging locationcause - the throwable which caused this exception
public CAFMissingMandatoryValueException(Location location,
Throwable cause,
boolean isRealCause)
location - logging locationcause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key)
location - logging locationra - resource accessorkey - the key of the message in the resource bundle
public CAFMissingMandatoryValueException(ResourceAccessor ra,
String key)
CAFMissingMandatoryValueException(Location, ResourceAccessor, String) instead.
ra - resource accessorkey - the key of the message in the resource bundle
public CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Throwable cause)
location - logging locationra - resource accessorkey - the key of the message in the resource bundlecause - the throwable which caused this exception
public CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Throwable cause)
CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Throwable) instead.
ra - resource accessorkey - the key of the message in the resource bundlecause - the throwable which caused this exception
public CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Throwable cause,
boolean isRealCause)
location - logging locationra - resource accessorkey - the key of the message in the resource bundlecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Throwable cause,
boolean isRealCause)
CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Throwable, boolean) instead.
ra - resource accessorkey - the key of the message in the resource bundlecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Object[] args)
location - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the message
public CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Object[] args)
CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[]) instead.
ra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the message
public CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
location - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[], Throwable) instead.
ra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFMissingMandatoryValueException(Location location,
ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
location - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFMissingMandatoryValueException(ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.
ra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFMissingMandatoryValueException(Category category,
int severity,
Location location,
ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
category - logging categoryseverity - logging severitylocation - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFMissingMandatoryValueException(Category category,
int severity,
Location location,
ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
category - logging categoryseverity - logging severitylocation - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFMissingMandatoryValueException(String key,
Object[] args)
CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[]) instead.
key - the key of the message in the resource bundleargs - arguments for the message
public CAFMissingMandatoryValueException(String key,
Object[] args,
Throwable cause)
CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[], Throwable) instead.
key - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFMissingMandatoryValueException(String key,
Object[] args,
Throwable cause,
boolean isRealCause)
CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[], Throwable, boolean) instead.
key - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||