Package com.intellij.execution.process
Class ProcessNotCreatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.intellij.execution.ExecutionException
-
- com.intellij.execution.process.ProcessNotCreatedException
-
- All Implemented Interfaces:
Serializable
public class ProcessNotCreatedException extends ExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessNotCreatedException(String s, GeneralCommandLine commandLine)
ProcessNotCreatedException(String s, Throwable cause, GeneralCommandLine commandLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneralCommandLine
getCommandLine()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessNotCreatedException
public ProcessNotCreatedException(String s, GeneralCommandLine commandLine)
-
ProcessNotCreatedException
public ProcessNotCreatedException(String s, Throwable cause, GeneralCommandLine commandLine)
-
-
Method Detail
-
getCommandLine
public GeneralCommandLine getCommandLine()
-
-