public class ForeignException
extends java.lang.Exception
Exceptions of this class indicate an error while interacting with a foreign process.
Modifier and Type | Field and Description |
---|---|
private boolean |
isPathChecked |
private static long |
serialVersionUID |
Constructor and Description |
---|
ForeignException(java.lang.String message)
Creates an exception with the given message
|
Modifier and Type | Method and Description |
---|---|
boolean |
isPathChecked()
Indicates if the command path was generally executable.
|
void |
setPathChecked()
Sets the path of the executable to be be checked.
|
private static final long serialVersionUID
private boolean isPathChecked
public ForeignException(java.lang.String message)
Creates an exception with the given message
message
- Error messagepublic void setPathChecked()
Sets the path of the executable to be be checked. That means that the foreign program was executable.
public boolean isPathChecked()
Indicates if the command path was generally executable.