|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.crystaldecisions.sdk.exception.SDKRuntimeException
|
+--com.crystaldecisions.sdk.exception.SDKRuntimeException.PropertyNotFound
This exception is thrown when an unknown property ID is encountered.
| Nested Class Summary |
| Nested classes inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException |
SDKRuntimeException.ContradictingValues, SDKRuntimeException.ObjectNotFound, SDKRuntimeException.OutOfRange, SDKRuntimeException.PropertyNotFound, SDKRuntimeException.SetInherited, SDKRuntimeException.UndefinedValue, SDKRuntimeException.Unexpected, SDKRuntimeException.UnexpectedValue |
| Constructor Summary | |
SDKRuntimeException.PropertyNotFound(java.lang.Integer id)
|
|
SDKRuntimeException.PropertyNotFound(java.lang.String propname)
Constructs a PropertyNotFound Exception object. |
|
| Methods inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException |
checkPositive, checkRange, checkRange, getDetail, getMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SDKRuntimeException.PropertyNotFound(java.lang.String propname)
Constructs a PropertyNotFound Exception object.
propname - A String containing the unknown property ID.public SDKRuntimeException.PropertyNotFound(java.lang.Integer id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||