com.crystaldecisions.sdk.exception
Class SDKRuntimeException.Unexpected

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

public static class SDKRuntimeException.Unexpected
extends SDKRuntimeException

This exception describes an unexpected runtime problem.


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.Unexpected()
           Constructs an Unexpected Exception object.
SDKRuntimeException.Unexpected(java.lang.Exception cause)
           Constructs an Unexpected 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.Unexpected

public SDKRuntimeException.Unexpected(java.lang.Exception cause)

Constructs an Unexpected Exception object.

Parameters:
cause - An Exception object containing the cause of the unexpected runtime problem.

SDKRuntimeException.Unexpected

public SDKRuntimeException.Unexpected()

Constructs an Unexpected Exception object.