ch.javasoft.job
Class ExitValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.javasoft.job.ExecException
              extended by ch.javasoft.job.ExitValueException
All Implemented Interfaces:
Serializable

public class ExitValueException
extends ExecException

An exception which is thrown if the exit value was non 0 when executing a ExecJob

See Also:
Serialized Form

Constructor Summary
ExitValueException(ExecJobMonitor execJobMonitor, int value)
           
 
Method Summary
 int getExitValue()
           
 
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

ExitValueException

public ExitValueException(ExecJobMonitor execJobMonitor,
                          int value)
Method Detail

getExitValue

public int getExitValue()