Modifier and Type | Field and Description |
---|---|
static long |
MAX_VALUE |
static long |
MIN_VALUE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
int |
value() |
static LastError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LastError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LastError ERROR_INFLOOP_IN_RELOC_CHAIN
public static final LastError ERROR_IOPL_NOT_ENABLED
public static final LastError ERROR_FILE_EXISTS
public static final LastError ERROR_FAIL_I24
public static final LastError ERROR_NEGATIVE_SEEK
public static final LastError WSAEACCES
public static final LastError ERROR_NESTING_NOT_ALLOWED
public static final LastError ERROR_FILENAME_EXCED_RANGE
public static final LastError ERROR_BAD_PATHNAME
public static final LastError ERROR_ACCESS_DENIED
public static final LastError ERROR_SHARING_BUFFER_EXCEEDED
public static final LastError ERROR_NO_PROC_SLOTS
public static final LastError ERROR_EXE_MARKED_INVALID
public static final LastError ERROR_INVALID_BLOCK
public static final LastError ERROR_ITERATED_DATA_EXCEEDS_64k
public static final LastError WSAEBADF
public static final LastError ERROR_RING2SEG_MUST_BE_MOVABLE
public static final LastError ERROR_LOCK_VIOLATION
public static final LastError ERROR_INVALID_DATA
public static final LastError ERROR_BAD_COMMAND
public static final LastError ERROR_MAX_THRDS_REACHED
public static final LastError ERROR_NO_MORE_FILES
public static final LastError ERROR_FILE_NOT_FOUND
public static final LastError ERROR_CRC
public static final LastError ERROR_READ_FAULT
public static final LastError ERROR_LOCK_FAILED
public static final LastError ERROR_TOO_MANY_OPEN_FILES
public static final LastError ERROR_INVALID_ACCESS
public static final LastError ERROR_CHILD_NOT_COMPLETE
public static final LastError ERROR_RELOC_CHAIN_XEEDS_SEGLIM
public static final LastError ERROR_INVALID_SEGDPL
public static final LastError ERROR_BAD_FORMAT
public static final LastError ERROR_NOT_DOS_DISK
public static final LastError ERROR_GEN_FAILURE
public static final LastError ERROR_WRONG_DISK
public static final LastError ERROR_SEEK_ON_DEVICE
public static final LastError ERROR_SEEK
public static final LastError ERROR_WRITE_PROTECT
public static final LastError ERROR_BAD_LENGTH
public static final LastError ERROR_DYNLINK_FROM_INVALID_RING
public static final LastError ERROR_INVALID_HANDLE
public static final LastError ERROR_INVALID_DRIVE
public static final LastError ERROR_DRIVE_LOCKED
public static final LastError ERROR_NOT_SAME_DEVICE
public static final LastError ERROR_BAD_NET_NAME
public static final LastError ERROR_BAD_EXE_FORMAT
public static final LastError ERROR_NO_DATA
public static final LastError ERROR_BAD_PIPE
public static final LastError ERROR_NETWORK_ACCESS_DENIED
public static final LastError ERROR_OUT_OF_PAPER
public static final LastError ERROR_NOT_READY
public static final LastError ERROR_BAD_UNIT
public static final LastError ERROR_BROKEN_PIPE
public static final LastError ERROR_SHARING_VIOLATION
public static final LastError ERROR_ALREADY_EXISTS
public static final LastError ERROR_INVALID_STACKSEG
public static final LastError ERROR_INVALID_PARAMETER
public static final LastError WSAEFAULT
public static final LastError ERROR_PIPE_BUSY
public static final LastError WSAEMFILE
public static final LastError ERROR_MOD_NOT_FOUND
public static final LastError ERROR_NOT_ENOUGH_QUOTA
public static final LastError ERROR_PIPE_NOT_CONNECTED
public static final LastError ERROR_PATH_NOT_FOUND
public static final LastError WSAEINTR
public static final LastError ERROR_DIRECT_ACCESS_HANDLE
public static final LastError ERROR_INVALID_TARGET_HANDLE
public static final LastError ERROR_INVALID_MINALLOCSIZE
public static final LastError ERROR_WRITE_FAULT
public static final LastError ERROR_CURRENT_DIRECTORY
public static final LastError ERROR_NOT_ENOUGH_MEMORY
public static final LastError ERROR_INVALID_EXE_SIGNATURE
public static final LastError ERROR_DIRECTORY
public static final LastError ERROR_INVALID_MODULETYPE
public static final LastError WSAENAMETOOLONG
public static final LastError ERROR_OPERATION_ABORTED
public static final LastError ERROR_INVALID_STARTING_CODESEG
public static final LastError ERROR_SECTOR_NOT_FOUND
public static final LastError ERROR_DISK_FULL
public static final LastError ERROR_DIR_NOT_EMPTY
public static final LastError WSAEINVAL
public static final LastError ERROR_AUTODATASEG_EXCEEDS_64k
public static final LastError ERROR_BAD_ENVIRONMENT
public static final LastError ERROR_WAIT_NO_CHILDREN
public static final LastError ERROR_NOT_LOCKED
public static final LastError ERROR_CANNOT_MAKE
public static final LastError WSAENOTEMPTY
public static final LastError ERROR_ARENA_TRASHED
public static final LastError ERROR_BAD_NETPATH
public static final LastError ERROR_INVALID_FUNCTION
public static final long MIN_VALUE
public static final long MAX_VALUE
public static LastError[] values()
for (LastError c : LastError.values()) System.out.println(c);
public static LastError valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final java.lang.String toString()
toString
in class java.lang.Enum<LastError>