libperun

Class std.posix.PosixError

Synopsis

public  class PosixError extends Exception

An exception thrown by methods in the static class Posix.

Fields

Constructors

public PosixError(int errno,String msg);

Construct the exception with the specified error number and message.

Methods

public int getErrorNumber();

Get the error number.