ProgramExitException class

An exception that gets thrown if a subprocess exits with an unexpected code.

Implemented types

Constructors

ProgramExitException(int exitCode, [String? program, List<String>? arguments])
Default constructor.
const

Properties

arguments List<String>?
The arguments that were passed to the program.
final
exitCode int
The exit code of the process.
final
hashCode int
The hash code for this object.
no setterinherited
program String?
The program that was executed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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