|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.omnipilot.lassopro.LassoErrors
Constants for the various error codes which can be returned by your module.
Field Summary | |
static int |
Assert
failed assertion |
static int |
BOF
beginning of file reached |
static int |
CouldNotCloseFile
could not close the file |
static int |
CouldNotCreateOrOpenFile
could not create or open the file |
static int |
CouldNotDeleteFile
could not delete the file |
static int |
CouldNotDisposeMemory
error disposing an object |
static int |
CouldNotReadFromFile
unable to complete a read operation from the file |
static int |
CouldNotWriteToFile
unable to complete a write operation to the file |
static int |
DatasourceError
third-party generic datasource error |
static int |
DirectoryFull
no more items allowed inthe directory |
static int |
DiskFull
no room left on disk |
static int |
EOF
end of file reached |
static int |
FieldRestriction
the specified action is restricted |
static int |
File
generic file error |
static int |
FileAlreadyExists
trying to create a file that already exists |
static int |
FileCorrupt
file is corrupted |
static int |
FileInvalid
trying to work with an invalid file |
static int |
FileInvalidAccessMode
trying to access a file in a mode that it doesn't support |
static int |
FileIsClosed
file is closed |
static int |
FileIsOpen
file is open |
static int |
FileLocked
file is locked |
static int |
FileNotFound
file does not exist |
static int |
FileUnlocked
file is unlocked |
static int |
FormattingLoopAborted
a looping tag was aborted; all looping tags must catch this exception |
static int |
FormattingSyntaxError
bad syntax used in a format file; parsing of the file was aborted |
static int |
HTTPFileNotFound
the file was not found |
static int |
InvalidDatabase
the database name supplied is not valid |
static int |
InvalidFilename
filename is invalid |
static int |
InvalidMemoryObject
invalid memory object |
static int |
InvalidParameter
an invalid parameter was passed to a function |
static int |
InvalidPassword
the password supplied for the action is not valid |
static int |
InvalidPathname
pathname is invalid |
static int |
InvalidUsername
the username supplied for the action is not valid |
static int |
IOError
I/O error |
static int |
Memory
generic memory error |
static int |
Network
unknown networking error |
static int |
NilPointer
a pointer was nil when it shouldn't have been |
static int |
NO_ERR
success result code |
static int |
NoPermission
general permissions error |
static int |
OutOfMemory
not enough memory |
static int |
OutOfStackSpace
stack overflow error |
static int |
Overflow
some memory passed to a function was too small to hold the results |
static int |
ResNotFound
resource not found |
static int |
Resource
generic resource error |
static int |
StreamReadError
could not write to stream |
static int |
StreamWriteError
could not read from stream |
static int |
UnknownError
default when none of the cross-platform errors seem to fit |
static int |
VolumeDoesNotExist
bad volume name |
static int |
WebActionNotSupported
action not supported |
static int |
WebAddError
add record error |
static int |
WebConnectionInvalid
the specified database was not found |
static int |
WebDeleteError
delete record error |
static int |
WebModuleNotFound
the module was not found |
static int |
WebNoSuchObject
no records found |
static int |
WebRepeatingRelatedField
adding repeating related fields isn't supported |
static int |
WebRequiredFieldMissing
value missing for required field for Add |
static int |
WebTimeout
operation timed out |
static int |
WebUpdateError
update record error |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NO_ERR
public static final int Assert
public static final int StreamReadError
public static final int StreamWriteError
public static final int Memory
public static final int InvalidMemoryObject
public static final int OutOfMemory
public static final int OutOfStackSpace
public static final int CouldNotDisposeMemory
public static final int File
public static final int FileInvalid
public static final int FileInvalidAccessMode
public static final int CouldNotCreateOrOpenFile
public static final int CouldNotCloseFile
public static final int CouldNotDeleteFile
public static final int FileNotFound
public static final int FileAlreadyExists
public static final int FileCorrupt
public static final int VolumeDoesNotExist
public static final int DiskFull
public static final int DirectoryFull
public static final int IOError
public static final int InvalidPathname
public static final int InvalidFilename
public static final int FileLocked
public static final int FileUnlocked
public static final int FileIsOpen
public static final int FileIsClosed
public static final int BOF
public static final int EOF
public static final int CouldNotWriteToFile
public static final int CouldNotReadFromFile
public static final int ResNotFound
public static final int Resource
public static final int Network
public static final int InvalidUsername
public static final int InvalidPassword
public static final int InvalidDatabase
public static final int NoPermission
public static final int FieldRestriction
public static final int WebAddError
public static final int WebUpdateError
public static final int WebDeleteError
public static final int InvalidParameter
public static final int Overflow
public static final int NilPointer
public static final int UnknownError
public static final int FormattingLoopAborted
public static final int FormattingSyntaxError
public static final int WebRequiredFieldMissing
public static final int WebRepeatingRelatedField
public static final int WebNoSuchObject
public static final int WebTimeout
public static final int WebActionNotSupported
public static final int WebConnectionInvalid
public static final int WebModuleNotFound
public static final int HTTPFileNotFound
public static final int DatasourceError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |