com.sap.caf.rt.exception

Class CAFMissingMandatoryValueException

java.lang.Object
  extended by BaseRuntimeException
      extended by com.sap.caf.rt.exception.CAFBaseRuntimeException
          extended by com.sap.caf.rt.exception.CAFMissingMandatoryValueException

public class CAFMissingMandatoryValueException
extends CAFBaseRuntimeException

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

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException()
Deprecated. Use CAFMissingMandatoryValueException(Location) instead.

Constructs a new CAFMissingMandatoryValueException.


CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(BaseExceptionInfo baseExcInfo,
                                         boolean isRealCause)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
baseExcInfo - information about the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location,
                                         Throwable cause)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location
cause - the throwable which caused this exception

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location,
                                         Throwable cause,
                                         boolean isRealCause)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location,
                                         ResourceAccessor ra,
                                         String key)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(ResourceAccessor ra,
                                         String key)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String) instead.

Constructs a new CAFMissingMandatoryValueException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location,
                                         ResourceAccessor ra,
                                         String key,
                                         Throwable cause)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(ResourceAccessor ra,
                                         String key,
                                         Throwable cause)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Throwable) instead.

Constructs a new CAFMissingMandatoryValueException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location,
                                         ResourceAccessor ra,
                                         String key,
                                         Throwable cause,
                                         boolean isRealCause)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(ResourceAccessor ra,
                                         String key,
                                         Throwable cause,
                                         boolean isRealCause)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Throwable, boolean) instead.

Constructs a new CAFMissingMandatoryValueException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location,
                                         ResourceAccessor ra,
                                         String key,
                                         Object[] args)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(ResourceAccessor ra,
                                         String key,
                                         Object[] args)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[]) instead.

Constructs a new CAFMissingMandatoryValueException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location,
                                         ResourceAccessor ra,
                                         String key,
                                         Object[] args,
                                         Throwable cause)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(ResourceAccessor ra,
                                         String key,
                                         Object[] args,
                                         Throwable cause)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[], Throwable) instead.

Constructs a new CAFMissingMandatoryValueException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Location location,
                                         ResourceAccessor ra,
                                         String key,
                                         Object[] args,
                                         Throwable cause,
                                         boolean isRealCause)
Constructs a new CAFMissingMandatoryValueException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(ResourceAccessor ra,
                                         String key,
                                         Object[] args,
                                         Throwable cause,
                                         boolean isRealCause)
Deprecated. Use CAFMissingMandatoryValueException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.

Constructs a new CAFMissingMandatoryValueException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Category category,
                                         int severity,
                                         Location location,
                                         ResourceAccessor ra,
                                         String key,
                                         Object[] args,
                                         Throwable cause)
Deprecated. 

Constructs a new CAFMissingMandatoryValueException.

Parameters:
category - logging category
severity - logging severity
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(Category category,
                                         int severity,
                                         Location location,
                                         ResourceAccessor ra,
                                         String key,
                                         Object[] args,
                                         Throwable cause,
                                         boolean isRealCause)
Deprecated. 

Constructs a new CAFMissingMandatoryValueException.

Parameters:
category - logging category
severity - logging severity
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(String key,
                                         Object[] args)
Deprecated. Use CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[]) instead.

Constructs a new CAFMissingMandatoryValueException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle
args - arguments for the message

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(String key,
                                         Object[] args,
                                         Throwable cause)
Deprecated. Use CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[], Throwable) instead.

Constructs a new CAFMissingMandatoryValueException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFMissingMandatoryValueException

public CAFMissingMandatoryValueException(String key,
                                         Object[] args,
                                         Throwable cause,
                                         boolean isRealCause)
Deprecated. Use CAFMissingMandatoryValueException#CAFMissingMandatoryValueException(Location, String, Object[], Throwable, boolean) instead.

Constructs a new CAFMissingMandatoryValueException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one


Copyright 2009 SAP AG Complete Copyright Notice