com.cc.framework.ui.model.value
Class DeferredException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.cc.framework.ui.model.value.DeferredException
All Implemented Interfaces:
java.io.Serializable

public class DeferredException
extends java.lang.RuntimeException

Exception for Deferred Values

Version:
$Revision: 1.6 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DeferredException()
          Constructs a new runtime exception with null as its detail message.
DeferredException(java.lang.String message)
          Constructs a new runtime exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

DeferredException

public DeferredException()
Constructs a new runtime exception with null as its detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


DeferredException

public DeferredException(java.lang.String message)
Constructs a new runtime exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.