org.drupal.project.computing
Class DRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)