org.drupal.project.computing
Class DCommandExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

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)