|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.exception.BaseException
com.sap.tc.cmi.exception.CMIException
public class CMIException
Base class for checked exceptions thrown by methods of the Common Model Interface.
It extends com.sap.exception.BaseException. For further information see there.
Type Classification:
This class is part of the Common Model Interface and is intended to be subclassed by applications.
| Field Summary |
|---|
| Fields inherited from interface com.sap.exception.IBaseException |
|---|
audit, defaultLocale |
| Constructor Summary | |
|---|---|
CMIException(String messageText)
Creates an exception with a unparameterized text only. |
|
CMIException(String messageText,
Object[] parameters)
Creates an exception with the given messageText and text
parameters. |
|
CMIException(String messageText,
Object[] parameters,
Throwable cause)
Creates an exception with the given text, parameters and cause. |
|
CMIException(String messageText,
Throwable cause)
Creates an exception with the given (unparameterized) text and cause. |
|
CMIException(Throwable cause)
Creates an exception with the given cause. |
|
| Method Summary | |
|---|---|
Object[] |
getParameters()
Returns the array of parameters that are part of the message text or null if there are no parameters. |
| Methods inherited from class com.sap.exception.BaseException |
|---|
finallyLocalize, finallyLocalize, finallyLocalize, finallyLocalize, getCause, getLocalizableMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLogCategory, getLogLocation, getLogSeverity, getMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedStackTraceString, getStackTraceString, getSystemStackTraceString, initCause, log, printStackTrace, printStackTrace, printStackTrace, restoreLogSettings, setLogSettings, trace, trace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CMIException(String messageText)
cause and parameters
are set to null.
public CMIException(String messageText,
Throwable cause)
null.
public CMIException(Throwable cause)
public CMIException(String messageText,
Object[] parameters)
messageText and text
parameters.
MessageFormat
public CMIException(String messageText,
Object[] parameters,
Throwable cause)
| Method Detail |
|---|
public Object[] getParameters()
| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] FRAMEWORK
|
[sap.com] tc/cmi
|
[sap.com] FRAMEWORK
|
[sap.com] tc/cm/ejb/api
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||