org.bee.processor
Class ProcessException
java.lang.Object
java.lang.Throwable
java.lang.Error
org.bee.processor.ProcessException
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessException
- extends java.lang.Error
- See Also:
- Serialized Form
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 |
exitCode
protected int exitCode
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)
getExitCode
public int getExitCode()