org.drupal.project.computing
Class DCommandExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drupal.project.computing.DCommandExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class DCommandExecutionException
- extends java.lang.Exception
Expected failure from executing a DCommand.
This is different from any unexpected DRuntimeException.
- 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 |
DCommandExecutionException
public DCommandExecutionException()
DCommandExecutionException
public DCommandExecutionException(java.lang.String s)
DCommandExecutionException
public DCommandExecutionException(java.lang.String s,
java.lang.Throwable throwable)
DCommandExecutionException
public DCommandExecutionException(java.lang.Throwable throwable)