|
CMI documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.exception.BaseException
|
+--com.sap.tc.cmi.exception.CMIException
Base class for exceptions thrown by methods of the Common Model Interface.
It extends BaseException. For further information see there.
This type can be called or extendeded by applications or frameworks using CMI.
| Fields inherited from interface com.sap.exception.IBaseException |
audit, defaultLocale |
| Constructor Summary | |
CMIException(java.lang.String messageText)
Creates an exception with a unparameterized text only. |
|
CMIException(java.lang.String messageText,
java.lang.Object[] parameters)
Creates an exception with the text and text parameters. |
|
CMIException(java.lang.String messageText,
java.lang.Object[] parameters,
java.lang.Throwable cause)
Creates an exception with the given text, parameters and cause. |
|
CMIException(java.lang.String messageText,
java.lang.Throwable cause)
Creates an exception with the given (unparameterized) text and cause. |
|
CMIException(java.lang.Throwable cause)
Creates an exception with the given cause. |
|
| Method Summary | |
java.lang.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, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CMIException(java.lang.String messageText)
cause and parameters
are set to null.
public CMIException(java.lang.String messageText,
java.lang.Throwable cause)
null.public CMIException(java.lang.Throwable cause)
public CMIException(java.lang.String messageText,
java.lang.Object[] parameters)
java.util.MessageFormat
public CMIException(java.lang.String messageText,
java.lang.Object[] parameters,
java.lang.Throwable cause)
| Method Detail |
public java.lang.Object[] getParameters()
|
CMI documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||