|
|||||||||
| 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.ObjectNotFound
public static class SDKRuntimeException.ObjectNotFound
This exception is thrown when an unknown object ID is encountered.
| Nested Class Summary |
|---|
| Constructor Summary | |
|---|---|
SDKRuntimeException.ObjectNotFound(int id)
Constructs an ObjectNotFound Exception object. |
|
SDKRuntimeException.ObjectNotFound(int id,
java.lang.Throwable e)
|
|
| 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.ObjectNotFound(int id)
Constructs an ObjectNotFound Exception object.
id - An int containing the unknown object ID.
public SDKRuntimeException.ObjectNotFound(int id,
java.lang.Throwable e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||