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, setValue
getCallMetadata, getErrorKey, hasCallMetadata, isStopExecution, setCallMetadata, setInputKey
getScriptConstantRepresentation
public ExecutionFileNotFound(java.lang.String file, boolean isDirectory)
public ExecutionFileNotFound(java.lang.String file)
public boolean isDirectory()
public java.lang.String toString()
toString
in class ExecutionErrorMessage
public java.lang.String getStringRepresentation()
ExecutionReturn
getStringRepresentation
in class ExecutionErrorMessage