com.crystaldecisions.sdk.exception
Class SDKRuntimeException.DeprecatedMethodAccessed

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

public static class SDKRuntimeException.DeprecatedMethodAccessed
extends SDKRuntimeException

This exception is thrown when a deprecated method is accessed.


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.DeprecatedMethodAccessed(java.lang.String deprecated, java.lang.String newMethod)
          Constructor that takes a deprecated method name and the new method name.
 
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.DeprecatedMethodAccessed

public SDKRuntimeException.DeprecatedMethodAccessed(java.lang.String deprecated,
                                                    java.lang.String newMethod)
Constructor that takes a deprecated method name and the new method name.