com.crystaldecisions.sdk.exception
Class SDKRuntimeException.ObjectNotFound

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

public static class SDKRuntimeException.ObjectNotFound
extends SDKRuntimeException

This exception is thrown when an unknown object ID 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.ObjectNotFound(int id)
           Constructs an ObjectNotFound Exception object.
SDKRuntimeException.ObjectNotFound(int id, java.lang.Throwable e)
           
 
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.ObjectNotFound

public SDKRuntimeException.ObjectNotFound(int id)

Constructs an ObjectNotFound Exception object.

Parameters:
id - An int containing the unknown object ID.

SDKRuntimeException.ObjectNotFound

public SDKRuntimeException.ObjectNotFound(int id,
                                          java.lang.Throwable e)