org.zeroturnaround.exec
Class InvalidOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zeroturnaround.exec.InvalidResultException
org.zeroturnaround.exec.InvalidOutputException
- All Implemented Interfaces:
- Serializable
public class InvalidOutputException
- extends InvalidResultException
Process finished with an unexpected output.
- Since:
- 1.8
- Author:
- Rein Raudjärv
- See Also:
ProcessListener.afterFinish(Process, ProcessResult),
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidOutputException
public InvalidOutputException(String message,
ProcessResult result)
- Parameters:
result - result of execution (contains also the exit value)
Copyright © 2015 ZeroTurnaround. All rights reserved.