|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sap.netweaver.bc.rf.util.exception.BaseRuntimeException
Class implementing a unchecked base exception deriving from the exception framework unchecked base exception, but wrapping it due to the bad localization implementation and bad name scheme in that localization package and the fact that the package seems to be totally misnamed as com.sap.localization being just a localization package for the exception framework and due to the mandatory usage of localized messages for all kind of exceptions. This class also allows to contain messages not necesssarily being localized in order to support easy exception creation.
| Constructor Summary | |
|
BaseRuntimeException()
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceMessage message)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class BaseRuntimeException. |
protected |
BaseRuntimeException(ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.String message)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.String message,
java.lang.Object[] args)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.Throwable rootCause)
Construct object of class BaseRuntimeException. |
|
BaseRuntimeException(java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException. |
| Constructor Detail |
public BaseRuntimeException()
public BaseRuntimeException(boolean logExceptionOnCreation)
logExceptionOnCreation - when true log the exception now during its
constructionpublic BaseRuntimeException(java.lang.Throwable rootCause)
rootCause - throwable object which caused this exception
public BaseRuntimeException(java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
rootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic BaseRuntimeException(java.lang.String message)
message - not localized message
public BaseRuntimeException(java.lang.String message,
java.lang.Object[] args)
message - not localized messageargs - message arguments inserted by MessageFormat means
public BaseRuntimeException(java.lang.String message,
java.lang.Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exception
public BaseRuntimeException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
public BaseRuntimeException(java.lang.String message,
boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
public BaseRuntimeException(java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
message - not localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
construction
public BaseRuntimeException(java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
message - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
public BaseRuntimeException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key)
resourceAccessor - resource accessorkey - resource identifier for localized message
protected BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat means
protected BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exception
protected BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
protected BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
construction
protected BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected BaseRuntimeException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionprotected BaseRuntimeException(ResourceMessage message)
message - not localized message
protected BaseRuntimeException(ResourceMessage message,
java.lang.Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exception
protected BaseRuntimeException(ResourceMessage message,
boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected BaseRuntimeException(ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
message - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||