ProcessExitCodeException class
Exception thrown by execRead when the process fails by completing with a non-success exit code.
The stdout
and stderr
lists contain the process output, line by line.
- Inheritance
-
- Object
- DartleException
- ProcessExitCodeException
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
withMessage(
String newMessage) → DartleException -
Returns a copy of this Exception but with a new message.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited