|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCERuntimeException
com.crystaldecisions.sdk.exception.SDKRuntimeException
com.crystaldecisions.sdk.exception.SDKRuntimeException.OutOfRange
public static class SDKRuntimeException.OutOfRange
This exception is thrown when an input value is out of the expected range
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
SDKRuntimeException.OutOfRange(java.lang.Integer propId,
double invalidValue,
double lowerBound,
double upperBound)
|
|
SDKRuntimeException.OutOfRange(java.lang.Integer propId,
int invalidValue,
int lowerBound,
int upperBound)
|
|
| Method Summary |
|---|
| Methods inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException |
|---|
checkPositive, checkRange, checkRange, getDetail, getDetailMessage, getParams |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SDKRuntimeException.OutOfRange(java.lang.Integer propId,
int invalidValue,
int lowerBound,
int upperBound)
public SDKRuntimeException.OutOfRange(java.lang.Integer propId,
double invalidValue,
double lowerBound,
double upperBound)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||