org.melati.util
Class ProcessFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
stderr
public String stderr
- The String that was printed to STDERR.
ProcessFailedException
public ProcessFailedException(String message,
String stderr)
- Constructor with message and what was printed to STDERR.
Copyright © 2000-2010 PanEris. All Rights Reserved.