|
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
java.lang.RuntimeException
com.sap.exception.BaseRuntimeException
com.sap.tc.cmi.exception.CMIRuntimeException
com.sap.tc.cmi.sorting.CMIIllegalSortCriterionException
public final class CMIIllegalSortCriterionException
Exception to be thrown by model implementations if a given sort criterion can't be processed.
Type Classification:
This class is part of the Common Model Interface, so applications may reference it or call any method of this type, but they must not subclass it.
| Field Summary | |
|---|---|
static int |
FIRST_MODEL_DEFINED_REASON
|
static int |
ILLEGAL_COLUMN_NAME
|
static int |
ILLEGAL_COMPARISON_RULE
|
static int |
ILLEGAL_SORT_CRITERION_TYPE
|
| Fields inherited from interface com.sap.exception.IBaseException |
|---|
audit, defaultLocale |
| Constructor Summary | |
|---|---|
CMIIllegalSortCriterionException()
Deprecated. Use one of the other constructors and provide a reason and a message |
|
CMIIllegalSortCriterionException(int reason,
String message)
Creates exception with a predefined or model specific reason and a message text |
|
CMIIllegalSortCriterionException(int reason,
String message,
Object[] parameters)
Creates exception with a predefined or model specific reason and a message text with parameters. |
|
| Method Summary | |
|---|---|
int |
getReason()
Returns the reason for this exception as one of the ILLEGAL_* constants in this class. |
| Methods inherited from class com.sap.tc.cmi.exception.CMIRuntimeException |
|---|
getParameters |
| Methods inherited from class com.sap.exception.BaseRuntimeException |
|---|
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 |
| Field Detail |
|---|
public static final int ILLEGAL_SORT_CRITERION_TYPE
public static final int ILLEGAL_COLUMN_NAME
public static final int ILLEGAL_COMPARISON_RULE
public static final int FIRST_MODEL_DEFINED_REASON
| Constructor Detail |
|---|
public CMIIllegalSortCriterionException()
public CMIIllegalSortCriterionException(int reason,
String message)
reason - message -
public CMIIllegalSortCriterionException(int reason,
String message,
Object[] parameters)
reason - message - parameters - | Method Detail |
|---|
public int getReason()
ILLEGAL_* constants in this class.
| 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 | |||||||||