|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--AbstractException
|
+--com.crystaldecisions.sdk.exception.SDKException
|
+--com.crystaldecisions.sdk.exception.SDKException.InvalidArg
This exception is thrown when an invalid argument is given to a method. This could be for a number of reasons. For example, it could be because the argument is out of the expected range or it is null when the method expects a non-null argument.
| Nested Class Summary |
| Constructor Summary | |
SDKException.InvalidArg()
|
|
SDKException.InvalidArg(int value)
|
|
SDKException.InvalidArg(java.lang.String value)
|
|
| Methods inherited from class com.crystaldecisions.sdk.exception.SDKException |
getCause, getDetail, getMessage, getMessage, map, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SDKException.InvalidArg()
public SDKException.InvalidArg(java.lang.String value)
public SDKException.InvalidArg(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||