public class ErrnoException extends Error
Objs.Constructor<T extends Objs>, Objs.Property<T>| Modifier and Type | Field and Description | 
|---|---|
| Objs.Property<String> | code | 
| Objs.Property<Number> | errno | 
| Objs.Property<String> | path | 
| Objs.Property<String> | stack | 
| Objs.Property<String> | syscall | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | ErrnoException(Objs.Constructor<?> c,
              Object js) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ErrnoException | $as(Object obj) | 
| String | code() | 
| Number | errno() | 
| String | path() | 
| String | stack() | 
| String | syscall() | 
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic Objs.Property<Number> errno
public Objs.Property<String> code
public Objs.Property<String> path
public Objs.Property<String> syscall
public Objs.Property<String> stack
protected ErrnoException(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.