org.drupal.project.computing
Class DRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.drupal.project.computing.DRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class DRuntimeException
extends java.lang.RuntimeException

This is the default runtime exception for Drupal Hybrid Computing

See Also:
Serialized Form

Constructor Summary
DRuntimeException()
           
DRuntimeException(java.lang.String s)
           
DRuntimeException(java.lang.String s, java.lang.Throwable throwable)
           
DRuntimeException(java.lang.Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

DRuntimeException

public DRuntimeException()

DRuntimeException

public DRuntimeException(java.lang.String s)

DRuntimeException

public DRuntimeException(java.lang.String s,
                         java.lang.Throwable throwable)

DRuntimeException

public DRuntimeException(java.lang.Throwable throwable)