com.crystaldecisions.sdk.exception
Class SDKRuntimeException.InvalidOperation

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

public static class SDKRuntimeException.InvalidOperation
extends SDKRuntimeException

This exception is thrown when an invalid operation is encountered.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException
SDKRuntimeException.ContradictingValues, SDKRuntimeException.DeprecatedMethodAccessed, SDKRuntimeException.InvalidOperation, SDKRuntimeException.ObjectNotFound, SDKRuntimeException.OutOfRange, SDKRuntimeException.PropertyNotFound, SDKRuntimeException.SetInherited, SDKRuntimeException.UndefinedValue, SDKRuntimeException.Unexpected, SDKRuntimeException.UnexpectedCause, SDKRuntimeException.UnexpectedValue
 
Constructor Summary
SDKRuntimeException.InvalidOperation()
          Default constructor.
 
Methods inherited from class com.crystaldecisions.sdk.exception.SDKRuntimeException
checkPositive, checkRange, checkRange, getCause, getDetail, getMessage, getMessage, getParams
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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.InvalidOperation

public SDKRuntimeException.InvalidOperation()
Default constructor.