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