org.cdlib.xtf.util
Class ProcessRunner.CommandFailedException

Object
  extended by Throwable
      extended by Exception
          extended by ProcessRunner.CommandFailedException
All Implemented Interfaces:
Serializable
Enclosing class:
ProcessRunner

public static class ProcessRunner.CommandFailedException
extends Exception

Exception thrown if an external command ends with a non-zero exit status.

See Also:
Serialized Form

Constructor Summary
ProcessRunner.CommandFailedException()
           
ProcessRunner.CommandFailedException(String s)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessRunner.CommandFailedException

public ProcessRunner.CommandFailedException()

ProcessRunner.CommandFailedException

public ProcessRunner.CommandFailedException(String s)