ProcessPackageExecutableNotFoundException class

An exception for when an executable is not found that was expected to be found.

Inheritance

Constructors

ProcessPackageExecutableNotFoundException(String executable, {List<String> arguments = const <String>[], String message = '', int errorCode = 0, String? workingDirectory, List<String> candidates = const <String>[], List<String> searchPath = const <String>[]})
Creates a const ProcessPackageExecutableNotFoundException
const

Properties

arguments List<String>
The arguments provided for the process.
finalinherited
candidates List<String>
The list of non-viable executable candidates found.
final
errorCode int
The OS error code for the process exception, if any.
finalinherited
executable String
The executable provided for the process.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
The system message for the process exception, if any.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchPath List<String>
The search path used to find candidates.
final
workingDirectory String?
The optional working directory that the command was being executed in.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited