|
|||||||||
| 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.UnexpectedValue
public static class SDKRuntimeException.UnexpectedValue
This exception is thrown when an unexpected value is encountered.
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
SDKRuntimeException.UnexpectedValue(java.lang.Integer propID,
int value)
|
|
SDKRuntimeException.UnexpectedValue(java.lang.Integer propID,
java.lang.String value)
|
|
SDKRuntimeException.UnexpectedValue(java.lang.String property,
int value)
Constructs an UnexpectedValue Exception object. |
|
SDKRuntimeException.UnexpectedValue(java.lang.String property,
java.lang.String value)
Constructs an UnexpectedValue Exception object. |
|
| 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.UnexpectedValue(java.lang.String property,
java.lang.String value)
Constructs an UnexpectedValue Exception object.
property - A String containing the name of the property.value - A String containing the unexpected value.
public SDKRuntimeException.UnexpectedValue(java.lang.String property,
int value)
Constructs an UnexpectedValue Exception object.
property - A String containing the name of the property.value - An int containing the unexpected value.
public SDKRuntimeException.UnexpectedValue(java.lang.Integer propID,
java.lang.String value)
public SDKRuntimeException.UnexpectedValue(java.lang.Integer propID,
int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||