PosixException class

Implemented types
Implementers

Constructors

PosixException(String message, int code, {String? posixError})

Properties

code int
This should be the value returned by errno().
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String
getter/setter pair
posixError String?
An optional value which allows the caller to over-ride the standard error returned vi sterror(errno). If not supplied then we call strerror(errno) to get the posix error description.
getter/setter pair
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