public class ExecutionFileNotFound extends ExecutionErrorMessage
QUIT, UNDEF, VOID| Constructor and Description |
|---|
ExecutionFileNotFound(java.lang.String file) |
ExecutionFileNotFound(java.lang.String file,
boolean isDirectory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStringRepresentation()
Returns a user-readable string representation of this instance.
|
boolean |
isDirectory() |
java.lang.String |
toString() |
getMessage, setValuegetCallMetadata, getErrorKey, hasCallMetadata, isStopExecution, setCallMetadata, setInputKeygetScriptConstantRepresentationpublic ExecutionFileNotFound(java.lang.String file,
boolean isDirectory)
public ExecutionFileNotFound(java.lang.String file)
public boolean isDirectory()
public java.lang.String toString()
toString in class ExecutionErrorMessagepublic java.lang.String getStringRepresentation()
ExecutionReturngetStringRepresentation in class ExecutionErrorMessage