|
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.BaseException
Class implementing a checked base exception deriving from the exception framework checked 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 | |
|
BaseException()
Construct object of class BaseException. |
|
BaseException(boolean logExceptionOnCreation)
Construct object of class BaseException. |
protected |
BaseException(ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class BaseException. |
protected |
BaseException(ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
protected |
BaseException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class BaseException. |
protected |
BaseException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
protected |
BaseException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class BaseException. |
protected |
BaseException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
protected |
BaseException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class BaseException. |
protected |
BaseException(ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
protected |
BaseException(ResourceMessage message)
Construct object of class BaseException. |
protected |
BaseException(ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
protected |
BaseException(ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class BaseException. |
protected |
BaseException(ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
|
BaseException(java.lang.String message)
Construct object of class BaseException. |
|
BaseException(java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
|
BaseException(java.lang.String message,
java.lang.Object[] args)
Construct object of class BaseException. |
|
BaseException(java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
|
BaseException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class BaseException. |
|
BaseException(java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
|
BaseException(java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class BaseException. |
|
BaseException(java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
|
BaseException(java.lang.Throwable rootCause)
Construct object of class BaseException. |
|
BaseException(java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseException. |
| Constructor Detail |
public BaseException()
public BaseException(boolean logExceptionOnCreation)
logExceptionOnCreation - when true log the exception now during its
constructionpublic BaseException(java.lang.Throwable rootCause)
rootCause - throwable object which caused this exception
public BaseException(java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
rootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic BaseException(java.lang.String message)
message - not localized message
public BaseException(java.lang.String message,
java.lang.Object[] args)
message - not localized messageargs - message arguments inserted by MessageFormat means
public BaseException(java.lang.String message,
java.lang.Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exception
public BaseException(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 BaseException(java.lang.String message,
boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
public BaseException(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 BaseException(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 BaseException(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 BaseException(ResourceAccessor resourceAccessor,
java.lang.String key)
resourceAccessor - resource accessorkey - resource identifier for localized message
protected BaseException(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 BaseException(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 BaseException(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 BaseException(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 BaseException(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 BaseException(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 BaseException(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 BaseException(ResourceMessage message)
message - not localized message
protected BaseException(ResourceMessage message,
java.lang.Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exception
protected BaseException(ResourceMessage message,
boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected BaseException(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 | |||||||||