StarOffice 5.2 API
reverse engineered by classdoc

com.sun.star.ucb
Class IOErrorCode

java.lang.Object
  |
  +--com.sun.star.uno.Enum
        |
        +--com.sun.star.ucb.IOErrorCode

public final synchronized class IOErrorCode
extends com.sun.star.uno.Enum


Field Summary
static com.sun.star.ucb.IOErrorCode ABORT
           
static int ABORT_value
           
static com.sun.star.ucb.IOErrorCode ACCESS_DENIED
           
static int ACCESS_DENIED_value
           
static com.sun.star.ucb.IOErrorCode ALREADY_EXISTING
           
static int ALREADY_EXISTING_value
           
static com.sun.star.ucb.IOErrorCode BAD_CRC
           
static int BAD_CRC_value
           
static com.sun.star.ucb.IOErrorCode CANT_CREATE
           
static int CANT_CREATE_value
           
static com.sun.star.ucb.IOErrorCode CANT_READ
           
static int CANT_READ_value
           
static com.sun.star.ucb.IOErrorCode CANT_SEEK
           
static int CANT_SEEK_value
           
static com.sun.star.ucb.IOErrorCode CANT_TELL
           
static int CANT_TELL_value
           
static com.sun.star.ucb.IOErrorCode CANT_WRITE
           
static int CANT_WRITE_value
           
static com.sun.star.ucb.IOErrorCode CURRENT_DIRECTORY
           
static int CURRENT_DIRECTORY_value
           
static com.sun.star.ucb.IOErrorCode DEVICE_NOT_READY
           
static int DEVICE_NOT_READY_value
           
static com.sun.star.ucb.IOErrorCode DIFFERENT_DEVICES
           
static int DIFFERENT_DEVICES_value
           
static com.sun.star.ucb.IOErrorCode GENERAL
           
static int GENERAL_value
           
static com.sun.star.ucb.IOErrorCode INVALID_ACCESS
           
static int INVALID_ACCESS_value
           
static com.sun.star.ucb.IOErrorCode INVALID_CHARACTER
           
static int INVALID_CHARACTER_value
           
static com.sun.star.ucb.IOErrorCode INVALID_DEVICE
           
static int INVALID_DEVICE_value
           
static com.sun.star.ucb.IOErrorCode INVALID_LENGTH
           
static int INVALID_LENGTH_value
           
static com.sun.star.ucb.IOErrorCode INVALID_PARAMETER
           
static int INVALID_PARAMETER_value
           
static com.sun.star.ucb.IOErrorCode IS_WILDCARD
           
static int IS_WILDCARD_value
           
static com.sun.star.ucb.IOErrorCode LOCKING_VIOLATION
           
static int LOCKING_VIOLATION_value
           
static com.sun.star.ucb.IOErrorCode MISPLACED_CHARACTER
           
static int MISPLACED_CHARACTER_value
           
static com.sun.star.ucb.IOErrorCode NAME_TOO_LONG
           
static int NAME_TOO_LONG_value
           
static com.sun.star.ucb.IOErrorCode NOT_EXISTING
           
static com.sun.star.ucb.IOErrorCode NOT_EXISTING_PATH
           
static int NOT_EXISTING_PATH_value
           
static int NOT_EXISTING_value
           
static com.sun.star.ucb.IOErrorCode NOT_SUPPORTED
           
static int NOT_SUPPORTED_value
           
static com.sun.star.ucb.IOErrorCode NO_DIRECTORY
           
static int NO_DIRECTORY_value
           
static com.sun.star.ucb.IOErrorCode NO_FILE
           
static int NO_FILE_value
           
static com.sun.star.ucb.IOErrorCode OUT_OF_DISK_SPACE
           
static int OUT_OF_DISK_SPACE_value
           
static com.sun.star.ucb.IOErrorCode OUT_OF_FILE_HANDLES
           
static int OUT_OF_FILE_HANDLES_value
           
static com.sun.star.ucb.IOErrorCode OUT_OF_MEMORY
           
static int OUT_OF_MEMORY_value
           
static com.sun.star.ucb.IOErrorCode PENDING
           
static int PENDING_value
           
static com.sun.star.ucb.IOErrorCode RECURSIVE
           
static int RECURSIVE_value
           
static com.sun.star.ucb.IOErrorCode UNKNOWN
           
static int UNKNOWN_value
           
static java.lang.Object UNORUNTIMEDATA
           
static com.sun.star.ucb.IOErrorCode WRITE_PROTECTED
           
static int WRITE_PROTECTED_value
           
static com.sun.star.ucb.IOErrorCode WRONG_FORMAT
           
static int WRONG_FORMAT_value
           
static com.sun.star.ucb.IOErrorCode WRONG_VERSION
           
static int WRONG_VERSION_value
           
 
Fields inherited from class com.sun.star.uno.Enum
m_value
 
Constructor Summary
private IOErrorCode(int i)
           
 
Method Summary
static com.sun.star.ucb.IOErrorCode fromInt(int i)
           
static com.sun.star.ucb.IOErrorCode getDefault()
           
 
Methods inherited from class com.sun.star.uno.Enum
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABORT

public static final com.sun.star.ucb.IOErrorCode ABORT

ABORT_value

public static final int ABORT_value

ACCESS_DENIED

public static final com.sun.star.ucb.IOErrorCode ACCESS_DENIED

ACCESS_DENIED_value

public static final int ACCESS_DENIED_value

ALREADY_EXISTING

public static final com.sun.star.ucb.IOErrorCode ALREADY_EXISTING

ALREADY_EXISTING_value

public static final int ALREADY_EXISTING_value

BAD_CRC

public static final com.sun.star.ucb.IOErrorCode BAD_CRC

BAD_CRC_value

public static final int BAD_CRC_value

CANT_CREATE

public static final com.sun.star.ucb.IOErrorCode CANT_CREATE

CANT_CREATE_value

public static final int CANT_CREATE_value

CANT_READ

public static final com.sun.star.ucb.IOErrorCode CANT_READ

CANT_READ_value

public static final int CANT_READ_value

CANT_SEEK

public static final com.sun.star.ucb.IOErrorCode CANT_SEEK

CANT_SEEK_value

public static final int CANT_SEEK_value

CANT_TELL

public static final com.sun.star.ucb.IOErrorCode CANT_TELL

CANT_TELL_value

public static final int CANT_TELL_value

CANT_WRITE

public static final com.sun.star.ucb.IOErrorCode CANT_WRITE

CANT_WRITE_value

public static final int CANT_WRITE_value

CURRENT_DIRECTORY

public static final com.sun.star.ucb.IOErrorCode CURRENT_DIRECTORY

CURRENT_DIRECTORY_value

public static final int CURRENT_DIRECTORY_value

DEVICE_NOT_READY

public static final com.sun.star.ucb.IOErrorCode DEVICE_NOT_READY

DEVICE_NOT_READY_value

public static final int DEVICE_NOT_READY_value

DIFFERENT_DEVICES

public static final com.sun.star.ucb.IOErrorCode DIFFERENT_DEVICES

DIFFERENT_DEVICES_value

public static final int DIFFERENT_DEVICES_value

GENERAL

public static final com.sun.star.ucb.IOErrorCode GENERAL

GENERAL_value

public static final int GENERAL_value

INVALID_ACCESS

public static final com.sun.star.ucb.IOErrorCode INVALID_ACCESS

INVALID_ACCESS_value

public static final int INVALID_ACCESS_value

INVALID_CHARACTER

public static final com.sun.star.ucb.IOErrorCode INVALID_CHARACTER

INVALID_CHARACTER_value

public static final int INVALID_CHARACTER_value

INVALID_DEVICE

public static final com.sun.star.ucb.IOErrorCode INVALID_DEVICE

INVALID_DEVICE_value

public static final int INVALID_DEVICE_value

INVALID_LENGTH

public static final com.sun.star.ucb.IOErrorCode INVALID_LENGTH

INVALID_LENGTH_value

public static final int INVALID_LENGTH_value

INVALID_PARAMETER

public static final com.sun.star.ucb.IOErrorCode INVALID_PARAMETER

INVALID_PARAMETER_value

public static final int INVALID_PARAMETER_value

IS_WILDCARD

public static final com.sun.star.ucb.IOErrorCode IS_WILDCARD

IS_WILDCARD_value

public static final int IS_WILDCARD_value

LOCKING_VIOLATION

public static final com.sun.star.ucb.IOErrorCode LOCKING_VIOLATION

LOCKING_VIOLATION_value

public static final int LOCKING_VIOLATION_value

MISPLACED_CHARACTER

public static final com.sun.star.ucb.IOErrorCode MISPLACED_CHARACTER

MISPLACED_CHARACTER_value

public static final int MISPLACED_CHARACTER_value

NAME_TOO_LONG

public static final com.sun.star.ucb.IOErrorCode NAME_TOO_LONG

NAME_TOO_LONG_value

public static final int NAME_TOO_LONG_value

NOT_EXISTING

public static final com.sun.star.ucb.IOErrorCode NOT_EXISTING

NOT_EXISTING_PATH

public static final com.sun.star.ucb.IOErrorCode NOT_EXISTING_PATH

NOT_EXISTING_PATH_value

public static final int NOT_EXISTING_PATH_value

NOT_EXISTING_value

public static final int NOT_EXISTING_value

NOT_SUPPORTED

public static final com.sun.star.ucb.IOErrorCode NOT_SUPPORTED

NOT_SUPPORTED_value

public static final int NOT_SUPPORTED_value

NO_DIRECTORY

public static final com.sun.star.ucb.IOErrorCode NO_DIRECTORY

NO_DIRECTORY_value

public static final int NO_DIRECTORY_value

NO_FILE

public static final com.sun.star.ucb.IOErrorCode NO_FILE

NO_FILE_value

public static final int NO_FILE_value

OUT_OF_DISK_SPACE

public static final com.sun.star.ucb.IOErrorCode OUT_OF_DISK_SPACE

OUT_OF_DISK_SPACE_value

public static final int OUT_OF_DISK_SPACE_value

OUT_OF_FILE_HANDLES

public static final com.sun.star.ucb.IOErrorCode OUT_OF_FILE_HANDLES

OUT_OF_FILE_HANDLES_value

public static final int OUT_OF_FILE_HANDLES_value

OUT_OF_MEMORY

public static final com.sun.star.ucb.IOErrorCode OUT_OF_MEMORY

OUT_OF_MEMORY_value

public static final int OUT_OF_MEMORY_value

PENDING

public static final com.sun.star.ucb.IOErrorCode PENDING

PENDING_value

public static final int PENDING_value

RECURSIVE

public static final com.sun.star.ucb.IOErrorCode RECURSIVE

RECURSIVE_value

public static final int RECURSIVE_value

UNKNOWN

public static final com.sun.star.ucb.IOErrorCode UNKNOWN

UNKNOWN_value

public static final int UNKNOWN_value

UNORUNTIMEDATA

public static java.lang.Object UNORUNTIMEDATA

WRITE_PROTECTED

public static final com.sun.star.ucb.IOErrorCode WRITE_PROTECTED

WRITE_PROTECTED_value

public static final int WRITE_PROTECTED_value

WRONG_FORMAT

public static final com.sun.star.ucb.IOErrorCode WRONG_FORMAT

WRONG_FORMAT_value

public static final int WRONG_FORMAT_value

WRONG_VERSION

public static final com.sun.star.ucb.IOErrorCode WRONG_VERSION

WRONG_VERSION_value

public static final int WRONG_VERSION_value
Constructor Detail

IOErrorCode

private IOErrorCode(int i)
Method Detail

fromInt

public static com.sun.star.ucb.IOErrorCode fromInt(int i)

getDefault

public static com.sun.star.ucb.IOErrorCode getDefault()

StarOffice 5.2 API
reverse engineered by classdoc