com.crystaldecisions.sdk.exception
Class SDKRuntimeException.PropertyNotFound

java.lang.Object
  extended by CERuntimeException
      extended by com.crystaldecisions.sdk.exception.SDKRuntimeException
          extended by com.crystaldecisions.sdk.exception.SDKRuntimeException.PropertyNotFound
Enclosing class:
SDKRuntimeException

public static class SDKRuntimeException.PropertyNotFound
extends SDKRuntimeException

This exception is thrown when an unknown property ID is encountered.


Nested Class Summary
 
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
 
Constructor Summary
SDKRuntimeException.PropertyNotFound(java.lang.Integer id)
           
SDKRuntimeException.PropertyNotFound(java.lang.String propname)
           Constructs a PropertyNotFound Exception object.
 
Method Summary
 
Methods inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException
checkPositive, checkRange, checkRange, getDetail, getDetailMessage, getParams
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDKRuntimeException.PropertyNotFound

public SDKRuntimeException.PropertyNotFound(java.lang.String propname)

Constructs a PropertyNotFound Exception object.

Parameters:
propname - A String containing the unknown property ID.

SDKRuntimeException.PropertyNotFound

public SDKRuntimeException.PropertyNotFound(java.lang.Integer id)