org.bee.processor
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.bee.processor.ProcessException
All Implemented Interfaces:
java.io.Serializable

public class ProcessException
extends java.lang.Error

See Also:
Serialized Form

Field Summary
protected  int exitCode
           
 
Constructor Summary
ProcessException()
           
ProcessException(java.lang.String arg0)
           
ProcessException(java.lang.String arg0, int ec)
           
ProcessException(java.lang.String arg0, java.lang.Throwable arg1)
           
ProcessException(java.lang.Throwable arg0)
           
 
Method Summary
 int getExitCode()
           
 
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

exitCode

protected int exitCode
Constructor Detail

ProcessException

public ProcessException()

ProcessException

public ProcessException(java.lang.String arg0)
Parameters:
arg0 -

ProcessException

public ProcessException(java.lang.String arg0,
                        java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

ProcessException

public ProcessException(java.lang.Throwable arg0)
Parameters:
arg0 -

ProcessException

public ProcessException(java.lang.String arg0,
                        int ec)
Method Detail

getExitCode

public int getExitCode()