edu.stanford.nlp.util
Class SystemUtils.ProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.stanford.nlp.util.SystemUtils.ProcessException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SystemUtils
public static class SystemUtils.ProcessException
- extends RuntimeException
Runtime exception thrown by execute.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SystemUtils.ProcessException
public SystemUtils.ProcessException(String string)
SystemUtils.ProcessException
public SystemUtils.ProcessException(Throwable cause)
Stanford NLP Group