edu.stanford.nlp.util
Class SystemUtils.ProcessException

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

Constructor Summary
SystemUtils.ProcessException(String string)
           
SystemUtils.ProcessException(Throwable cause)
           
 
Method Summary
 
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

SystemUtils.ProcessException

public SystemUtils.ProcessException(String string)

SystemUtils.ProcessException

public SystemUtils.ProcessException(Throwable cause)


Stanford NLP Group