org.zeroturnaround.exec
Class InvalidOutputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zeroturnaround.exec.InvalidResultException
                  extended by 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

Constructor Summary
InvalidOutputException(String message, ProcessResult result)
           
 
Method Summary
 
Methods inherited from class org.zeroturnaround.exec.InvalidResultException
exitValue, getExitValue, getResult, result
 
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

InvalidOutputException

public InvalidOutputException(String message,
                              ProcessResult result)
Parameters:
result - result of execution (contains also the exit value)


Copyright © 2015 ZeroTurnaround. All rights reserved.