com.crystaldecisions.sdk.exception
Class SDKRuntimeException.UnexpectedValue

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.crystaldecisions.sdk.exception.SDKRuntimeException
                          |
                          +--com.crystaldecisions.sdk.exception.SDKRuntimeException.UnexpectedValue
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SDKRuntimeException

public static class SDKRuntimeException.UnexpectedValue
extends SDKRuntimeException

This exception is thrown when an unexpected value is encountered.

See Also:
Serialized Form

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.UnexpectedValue(java.lang.Integer propID, int value)
           
SDKRuntimeException.UnexpectedValue(java.lang.Integer propID, java.lang.String value)
           
SDKRuntimeException.UnexpectedValue(java.lang.String property, int value)
           Constructs an UnexpectedValue Exception object.
SDKRuntimeException.UnexpectedValue(java.lang.String property, java.lang.String value)
           Constructs an UnexpectedValue 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

SDKRuntimeException.UnexpectedValue

public SDKRuntimeException.UnexpectedValue(java.lang.String property,
                                           java.lang.String value)

Constructs an UnexpectedValue Exception object.

Parameters:
property - A String containing the name of the property.
value - A String containing the unexpected value.

SDKRuntimeException.UnexpectedValue

public SDKRuntimeException.UnexpectedValue(java.lang.String property,
                                           int value)

Constructs an UnexpectedValue Exception object.

Parameters:
property - A String containing the name of the property.
value - An int containing the unexpected value.

SDKRuntimeException.UnexpectedValue

public SDKRuntimeException.UnexpectedValue(java.lang.Integer propID,
                                           java.lang.String value)

SDKRuntimeException.UnexpectedValue

public SDKRuntimeException.UnexpectedValue(java.lang.Integer propID,
                                           int value)