|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBaseException
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.
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||