|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractException
com.crystaldecisions.sdk.exception.SDKException
com.crystaldecisions.sdk.exception.SDKException.InvalidArg
public static class 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(java.lang.Exception e)
|
|
SDKException.InvalidArg(int value)
|
|
SDKException.InvalidArg(long value)
|
|
SDKException.InvalidArg(java.lang.String value)
|
|
| Method Summary |
|---|
| Methods inherited from class com.crystaldecisions.sdk.exception.SDKException |
|---|
map, map, map, map |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SDKException.InvalidArg()
public SDKException.InvalidArg(java.lang.String value)
public SDKException.InvalidArg(int value)
public SDKException.InvalidArg(long value)
public SDKException.InvalidArg(java.lang.Exception e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||