org.melati.util
Class ProcessFailedException

Package class diagram package ProcessFailedException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.melati.util.ProcessFailedException
All Implemented Interfaces:
Serializable

public class ProcessFailedException
extends IOException

Thrown when an external program fails to exec.

See Also:
Serialized Form

Field Summary
 String stderr
          The String that was printed to STDERR.
 
Constructor Summary
ProcessFailedException(String message, String stderr)
          Constructor with message and what was printed to STDERR.
 
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
 

Field Detail

stderr

public String stderr
The String that was printed to STDERR.

Constructor Detail

ProcessFailedException

public ProcessFailedException(String message,
                              String stderr)
Constructor with message and what was printed to STDERR.



Copyright © 2000-2010 PanEris. All Rights Reserved.