com.crystaldecisions.sdk.exception
Class SDKRuntimeException.OutOfRange
java.lang.Object
CERuntimeException
com.crystaldecisions.sdk.exception.SDKRuntimeException
com.crystaldecisions.sdk.exception.SDKRuntimeException.OutOfRange
- Enclosing class:
- SDKRuntimeException
public static class SDKRuntimeException.OutOfRange
- extends SDKRuntimeException
This exception is thrown when an input value is out of the expected range
| Nested classes/interfaces inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException |
SDKRuntimeException.ContradictingValues, SDKRuntimeException.DeprecatedMethodAccessed, SDKRuntimeException.InvalidOperation, SDKRuntimeException.ObjectNotFound, SDKRuntimeException.OutOfRange, SDKRuntimeException.PropertyNotFound, SDKRuntimeException.PublicationDocumentNotFound, SDKRuntimeException.SetInherited, SDKRuntimeException.UndefinedValue, SDKRuntimeException.Unexpected, SDKRuntimeException.UnexpectedCause, SDKRuntimeException.UnexpectedValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SDKRuntimeException.OutOfRange
public SDKRuntimeException.OutOfRange(java.lang.Integer propId,
int invalidValue,
int lowerBound,
int upperBound)
SDKRuntimeException.OutOfRange
public SDKRuntimeException.OutOfRange(java.lang.Integer propId,
double invalidValue,
double lowerBound,
double upperBound)