public static enum Condition.MessagesAndCodes extends java.lang.Enum<Condition.MessagesAndCodes>
| Enum Constant and Description | 
|---|
| ADDRINSTANTIATIONERROR condition: ADDRINSTANTIATION(314): Could not map an object instance to another variable and return a POINTER to it for class ?; error: ? | 
| ADDRPOINTERASSIGNERROR condition: ADDRPOINTERASSIGN(322): Assignment through POINTER based on ADDR of a variable of type ? not implemented | 
| ADDRPOINTERFREEERROR condition: ADDRPOINTERFREE(320): POINTER associated with ADDR of another object cannot be freed | 
| ALREADYCLOSEDUNDEFINEDFILE condition: ALREADYCLOSED(42): Error, file ? is already closed (CLOSE) | 
| ALREADYOPENUNDEFINEDFILE condition: ALREADYOPEN(41): Error, file is already open (OPEN) | 
| ARITHMETICCONVERSION condition: ARITHMETIC(227): Can't convert to type ? | 
| ARRAYELEMENTINSTANTIATIONERROR condition: ARRAYELEMENTINSTANTIATION(324) Array element could not be instantiated | 
| ASSERTERROR condition: ASSERT(306): Internal Error ASSERT failed. | 
| BADFILEVERSIONUNDEFINEDFILE condition: BADFILEVERSION(92): Error, Error, incorrect or out-dated internal version of file '%1$s' (OPEN) | 
| BITFORMAT | 
| BUILTINREPEATSTRINGRANGE condition: BUILTINVERIFY(251): Error, Builtin function parm range | 
| BUILTINSUBSTRSTRINGRANGE condition: BUILTINSUBSTR(252): Error, Builtin function parm range | 
| BUILTINVERIFYSTRINGRANGE condition: BUILTINVERIFY(250): Error, Builtin function parm range | 
| CANTCONVERTDATESPECCONVERSION condition: CANTCONVERTTOTYPE(224): Can't convert to type | 
| CANTCONVERTTOCOBOLTYPECONVERSION condition: CANTCONVERTTOCOBOLTYPE(228): Can't convert PL/I type ? to COBOL type | 
| CANTCONVERTTOTYPECONVERSION condition: CANTCONVERTTOTYPE(216): Can't convert to type ? | 
| COBOLEXCEPTIONERROR condition: COBOLEXCEPTION(326) Exception raised within called COBOL program '%1$s', exception '%2$s', message '%3$s' | 
| DIMCHANGESUBSCRIPTRANGE condition: DIMCHANGE(203): Error, Array | 
| DIMERRORSUBSCRIPTRANGE condition: DIMERROR(202): Error, Array | 
| DIMINVALIDSUBSCRIPTRANGE condition: DIMINVALID(204): Error, Array | 
| DIMZEROSUBSCRIPTRANGE condition: DIMZERO(201): Error, Array | 
| DIVIDEBYZEROCONDITION condition: DIVIDEBYZERO(420): Expression attempted to divide by zero | 
| DUPEXTERROR condition: DUPEXT(304): Error, EXTERNALs defined with the same name (?) are not of the same type '?' and '?' | 
| DUPKEYUNDEFINEDFILE condition: DUPKEY(2): Error, duplicate key read on file '%1$s' (READ) | 
| ENDFILEUNDEFINEDFILE condition: ENDFILE(10): End of file reached on file '%1$s' (READ) | 
| ENDOFLINECONVERSION condition: ENDOFLINE(219): Scanner retrieval returned null when looking for a certain # of chars (pattern ".{5}") | 
| ENTRYINVOCATIONERROR condition: ENTRYINVOCATION(313): An error occurred during the invocation of an ENTRY point | 
| ENTRYPARMCOUNTNAME condition: ENTRYPARMCOUNT(238): Error, the number of actual and formal parameters to the ENTRY variable do not match when that procedure or function is invoked (optional parms not supported) | 
| ENTRYPARMMISMATCHNAME condition: ENTRYPARMMISMATCH(239): Error, one or more of the actual and formal parameters to the ENTRY variable do not match when that procedure or function is invoked (optional parms not supported) | 
| ERRORSTRINGERROR condition:  ERRORSTRING(319): STRING(x) cannot convert x to a string | 
| FILEATTRMISMATCHUNDEFINEDFILE condition: FILEATTRMISMATCH(39): Error, FILE or ENVIRONMENT attribute mismatch with how the file was originally created on file '%1$s' (OPEN) | 
| FILEHANDLERERRORUNDEFINEDFILE condition: FILEHANDLERERROR(100): Error, File Handler error code '%1$s' on file '%2$s' | 
| FILEMISSINGUNDEFINEDFILE condition: FILEMISSING(35): Error, file is missing or not accessible on file '%1$s' (OPEN) | 
| GETDATAARRAYNAMENAME condition: GETDATAARRAYNAME(232): Error, GET DATA array must specify indices (e.g., "ARR(1,2)=") | 
| GETDATAGROUPNAMENAME condition: GETDATAGROUPNAME(233): Error, GET DATA group name mismatch | 
| GETDATANAMENAME condition: GETDATANAME(230): Error, unknown GET DATA name in input stream | 
| GETDATATYPENAME condition: GETDATATYPE(231): Error, unknown GET DATA type associated with input variable | 
| GRPMISMATCH | 
| IBM90UNDEFINEDFILE condition: IBM90(90): Error, implementor defined condition 90 on file '%1$s' | 
| IBM91UNDEFINEDFILE condition: IBM91(91): Error, implementor defined condition 91 on file '%1$s' | 
| IBM94UNDEFINEDFILE condition: IBM94(94): Error, implementor defined condition 94 on file '%1$s' | 
| IBM96UNDEFINEDFILE condition: IBM96(96): Error, implementor defined condition 96 on file '%1$s' | 
| IBM97UNDEFINEDFILE condition: IBM97(97): Error, implementor defined condition 97 on file '%1$s' | 
| IBM98UNDEFINEDFILE condition: IBM98(98): Error, implementor defined condition 98 on file '%1$s' | 
| IBM99UNDEFINEDFILE condition: IBM99(99): Error, unknown error or record is locked (REWRITE) | 
| INPUTMISMATCH | 
| INSTANTIATIONSUBSCRIPTRANGE condition: INSTANTIATION(207): Error, Array | 
| INVADDRPOINTERERROR condition: INVADDRPOINTER(321): POINTER associated with ADDR of another object (i.e., a handle) is invalid (was not created with a 'model') | 
| INVALIDARGUMENTERROR condition: INVALIDARGUMENT(315): An argument to a built-in function in out-of-range or an invalid type | 
| INVBYTELENGTHCONVERSION condition: INVBYTELENGTH(225): Can't convert to type | 
| INVDCBUNDEFINEDFILE condition: INVDCB(101): Error, invalid DCB parameter within ENVIRONMENT: | 
| INVDECFORMATCONVERSION condition: INVDECFORMAT(226): Invalid Java DecimalFormat ? converted from PIC format ?. | 
| INVINTCONVERSION condition: INVINT(211): Error, cannot convert to integer | 
| INVLOCALEERROR condition: INVLOCALE(318): Invalid Java Locale specified in RuntimeOption(LOCALE=%1$s) | 
| INVPICDATACONVERSION condition: INVPICDATA(222): Invalid PICTURE specification character | 
| INVPICSPECCONVERSION condition: INVPICSPEC(221): Invalid PICTURE specification character | 
| INVTYPEERROR condition: INVTYPE(301): Error, Invalid type for ? operation | 
| INVUPDATEUNDEFINEDFILE condition: INVUPDATE(112): Error, Can't open SYSIN, SYSOUT or SYSERR for UPDATE for FILE | 
| IOEXCEPTIONUNDEFINEDFILE condition: IOEXCEPTION(30): Error, I/O exception during transmission for file ?, detail: ? | 
| JAVAEXCEPTIONERROR condition: JAVAEXCEPTION(325) Java Exception: ? | 
| JDBCERRORSQLEXCEPTION condition: SIGNALED(411): JDBC SqlException raised with error SQLCODE '%1$s', SQLSTATE '%2$s', message '%3$s' | 
| JDBCWARNSQLEXCEPTION condition: SIGNALED(411): JDBC SqlException raised with warning SQLCODE '%1$s', SQLSTATE '%2$s', message '%3$s'' | 
| LOCKEDUNDEFINEDFILE condition: LOCKED(38): Error, can't open locked file on file '%1$s' (OPEN) | 
| MISMATCHEDARRAYCONVERSION condition: MISMATCHEDARRAY(220): Array assignment or arithmetic operations performed on mismatched array dimensions or extents | 
| MISMATCHEDFILEOPTSUNDEFINEDFILE condition: MISMATCHEDFILEOPTS(104): Error, mismatched file attributes. | 
| MISSINGFILEOPTSUNDEFINEDFILE condition: MISSINGFILEOPTS(103): Error, can't open FILE: Missing DSN, DDNAME or PATH in TITLE option%n for this file or specified in the DD_ddname environment variable or%n the ddname system property for FILE 'ddname'" | 
| NANSIZE condition: NAN(261): Error, IEEE floating point calculation resulted in a value which is not-a-number | 
| NEGATIVEINFINITYSIZE condition: NEGATIVEINFINITY(263): Error, IEEE floating point calculation resulted in a value which is negative infinity | 
| NETWORKERRORUNDEFINEDFILE condition: NETWORKERROR(93): Error, file is locked (OPEN) or network error occurred during transmission on file '%1$s' (READ, WRITE) | 
| NOECOBOLJARUNDEFINEDFILE condition: NOECOBOLJAR(110): Error, Elastic PL/I RECORD FILE operations require Elastic COBOL 'ecobol.jar' on the CLASSPATH on file '%1$s' | 
| NOFILEOPTSUNDEFINEDFILE condition: NOFILEOPTS(102): Error, no FILE options given on declare or open | 
| NOOTHERWISEERROR condition: NOOTHERWISE(308): No WHEN satisfies the SELECT and lacks an OTHERWISE | 
| NOPATHSPECUNDEFINEDFILE condition: NOPATHSPEC(111): Error, no PATH specified on FILE options or associated DD Name for File | 
| NOREADBEFOREREWRITEDELETEUNDEFINEDFILE condition: NOREADBEFOREREWRITEDELETE(43): Error, rewrite or delete must follow read on file '%1$s' (REWRITE, DELETE) | 
| NOTALLOCAREA condition: NOTALLOC(240): Error, Invalid type for ? operation | 
| NOTASSIGNEDUNDEFINEDFILE condition: NOTASSIGNED(114): Error, FILE VARIABLE ? was not assigned a FILE CONSTANT prior to use on file '%1$s' (OPEN) | 
| NOTELEMENTNAME condition: NOTELEMENT(234): Error, Group findElement given a Group name, not an element name | 
| NOTENTRYNAME condition: NOTENTRY(237): Error, a defined ENTRY constant could not be resolved at runtime, its Java class may not have been loaded (ClassNotFoundException, NoClassDefFoundError) or there is no public method (PL/I PROCEDURE) defined by that name within it | 
| NOTFOUNDNAME condition: NOTFOUND(236): Error, Group findElement given an element name (Field) that is not defined within the supplied Group object | 
| NOTGROUPNAME condition: NOTGROUP(235): Error, Group findElement given a Group name, not an element name | 
| NOTIMPLERROR condition: NOTIMPL(307): Feature not yet implemented | 
| NOTINETPERROR condition: NOTINETP(317): This program ? must be initiated from the Elastic Transaction Platform environment | 
| NOTINPUTSTREAMUNDEFINEDFILE condition: NOTINPUTSTREAM(107): Error, GET FILE operation invalid on a non-INPUT STREAM FILE ? (GET) | 
| NOTOPENINPUTUNDEFINEDFILE condition: NOTOPENINPUT(47): Error, attempt to read on a file not open for INPUT/UPDATE on file '%1$s' (READ) | 
| NOTOPENOUTPUTUNDEFINEDFILE condition: NOTOPENOUTPUT(48): Error, attempt to write on a file not open for OUTPUT on file '%1$s' (WRITE) | 
| NOTOPENUPDATEUNDEFINEDFILE condition: NOTOPENUPDATE(49): Error, attempt to rewrite or delete a record but file not open for UPDATE on file '%1$s' (REWRITE, DELETE) | 
| NOTOUTPUTSTREAMUNDEFINEDFILE condition: NOTOUTPUTSTREAM(108): Error, PUT FILE operation invalid on a non-OUTPUT STREAM FILE ? (PUT) | 
| NOTPERSISTANTERROR condition: NOTPERSISTANT(316): Pointers cannot be saved and restored across process boundaries | 
| NOTPRINTSTREAMUNDEFINEDFILE condition: NOTPRINTSTREAM(106): Error, print FILE operation invalid on a non-PRINT STREAM FILE ? (PUT) | 
| NOTRECORDUNDEFINEDFILE condition: NOTRECORD(109): Error, STREAM FILE operation invalid on a RECORD FILE ? | 
| NOTSTREAMUNDEFINEDFILE condition: NOTSTREAM(105): Error, STREAM FILE operation invalid on a RECORD FILE ? | 
| NOTUNCATLGUNDEFINEDFILE condition: NOTUNCATLG(113): Error, ENVIRONMENT specified UNCATLG or DELETE after close, but deleteFile() failed for FILE: ? | 
| NULLPOINTERERROR condition: NULLPOINTER(309): POINTER is NULL or has been freed | 
| NULLPOINTERFREEERROR condition: NULLPOINTERFREE(310): POINTER is NULL or has been freed | 
| NULLVALUEERROR condition: NULLVALUE(312): POINTER is NULL or has been freed | 
| NUMBERFORMATCONVERSION condition: NUMBERFORMAT(217): Invalid number format for type 'FIXED BIN': '100Q' must end in B, X, B4, G | 
| NUMBERFORMATGETCONVERSION condition: NUMBERFORMATGET(218): Invalid number format on GET | 
| OKOK(0): No error condition | 
| OKENDPAGEUNDEFINEDFILE condition: OKENDPAGE(9): OK, but an end-of-page condition occurred on file '%1$s' (OPEN) | 
| OKFILECREATEDUNDEFINEDFILE condition: OKFILECREATED(8): OK, a new file was created on file '%1$s' (OPEN) | 
| OKNONREELUNDEFINEDFILE condition: OKNONREEL(7): OK, but non tape reel (file) was opened on file '%1$s' (OPEN) | 
| OPENNOTSUPPORTEDUNDEFINEDFILE condition: OPENNOTSUPPORTED(37): Error, open mode not supported for this file type on file '%1$s' (OPEN) | 
| OPTMISSINGUNDEFINEDFILE condition: OPTMISSING(5): OK, but OPTIONAL is missing (OPEN); Error, file could not be deleted on file '%1$s' (DELETE) | 
| OUTOFRANGESIZE condition: OUTOFRANGE(260): Error, conversion to lower precision would change value | 
| PARMGRPMAPCONVERSION condition: PARMGRPMAP(212): Error, parameter element mismatch | 
| PICNOTNUMERICCONVERSION condition: PICNOTNUMERIC(223): PICTURE does not hold numeric data and a numeric operation was requested | 
| POINTERNOTFOUNDAREA condition: POINTERNOTFOUND(241): Error, The pointer was not allocated in area ? | 
| POSITIVEINFINITYSIZE condition: POSITIVEINFINITY(262): Error, IEEE floating point calculation resulted in a value which is positive infinity | 
| PRIORCONDITIONNOTHANDLEDUNDEFINEDFILE condition: PRIORCONDITIONNOTHANDLED(46): Error, another error after prior error condition was ignored | 
| PROCEDURENOTFOUNDERROR condition: PROCEDURENOTFOUND(323): EXTERNAL PROCEDURE ? could not be found (corresponding Java class could not be loaded: ?) | 
| RANGESUBSCRIPTRANGE condition: RANGE(206): Error, Array | 
| READLOCKEDUNDEFINEDFILE condition: READLOCKED(95): Error, attempt to read on a locked record on file '%1$s' (READ) | 
| READMISMATCHUNDEFINEDFILE condition: READMISMATCH(4): Error, read length mismatch on file '%1$s' (READ) | 
| RECORDMISSINGUNDEFINEDFILE condition: RECORDMISSING(23): Error, record for a given key is missing on file '%1$s' | 
| REWRITELENGTHMISMATCHUNDEFINEDFILE condition: REWRITELENGTHMISMATCH(44): Error, rewrite structure not the same length as original record on file '%1$s' (REWRITE) | 
| SEQUENCEERROR condition: SEQUENCE(303): Error, operation on ? out of sequence | 
| SIGNALEDCONDITION condition: SIGNALED(411): SIGNAL statement executed on built-in condition | 
| SIGNALEDUSERCONDITION condition: SIGNALEDUSER(412): SIGNAL statement executed on user-defined condition | 
| SLICENOTNULLSUBSCRIPTRANGE condition: SLICENOTNULL(205): Error, Array | 
| STRINGRANGESTRINGRANGE condition: STRINGRANGE(253): Error Builtin function INDEX, INDEXR starting position is out of range | 
| TOOFEWARGSCONVERSION condition: TOOFEWARGS(229): Too few arguments to ? | 
| TOOSMALLERROR condition: TOOSMALL(302): Error, buffer too small for '%1$s' operation | 
| UNKTYPEERROR condition: UNKTYPE(305): Internal Error, unknown base type. | 
| VALUETOOLARGEOVERFLOW, FIXEDOVERFLOW condition: VALUETOOLARGE(402): Can't convert to type | 
| VALUETOOSMALLUNDERFLOW condition: VALUETOOSMALL(401): Can't convert to type | 
| WRONGPOINTERERROR condition: WRONGPOINTER(311): POINTER for variable type ? cannot be used on variable type ? | 
| Modifier and Type | Method and Description | 
|---|---|
| int | code()code - return the EPLI code associated with this enum
 as an int | 
| java.lang.String | condition()condition - return the name of the condition | 
| static Condition.MessagesAndCodes | Convert(int code)Convert - convert an int code into a MessagesAndCodes enum | 
| static Condition.MessagesAndCodes | Convert(java.lang.String strCode)Convert - convert an String code into a MessagesAndCodes enum,
 usually used for cobolFile.getFileStatus() to a message | 
| java.lang.String | message()message - return the EPLI message associated with this enum | 
| java.lang.String | status()status  - return the EPLI code associated with this enum
 as a String of two digits to compare against CobolFile.getStatus() | 
| static Condition.MessagesAndCodes | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Condition.MessagesAndCodes[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Condition.MessagesAndCodes OK
public static final Condition.MessagesAndCodes DUPKEY
public static final Condition.MessagesAndCodes READMISMATCH
public static final Condition.MessagesAndCodes OPTMISSING
public static final Condition.MessagesAndCodes OKNONREEL
public static final Condition.MessagesAndCodes OKFILECREATED
public static final Condition.MessagesAndCodes OKENDPAGE
public static final Condition.MessagesAndCodes ENDFILE
public static final Condition.MessagesAndCodes RECORDMISSING
public static final Condition.MessagesAndCodes IOEXCEPTION
public static final Condition.MessagesAndCodes FILEMISSING
public static final Condition.MessagesAndCodes OPENNOTSUPPORTED
public static final Condition.MessagesAndCodes LOCKED
public static final Condition.MessagesAndCodes FILEATTRMISMATCH
public static final Condition.MessagesAndCodes ALREADYOPEN
public static final Condition.MessagesAndCodes ALREADYCLOSED
public static final Condition.MessagesAndCodes NOREADBEFOREREWRITEDELETE
public static final Condition.MessagesAndCodes REWRITELENGTHMISMATCH
public static final Condition.MessagesAndCodes PRIORCONDITIONNOTHANDLED
public static final Condition.MessagesAndCodes NOTOPENINPUT
public static final Condition.MessagesAndCodes NOTOPENOUTPUT
public static final Condition.MessagesAndCodes NOTOPENUPDATE
public static final Condition.MessagesAndCodes IBM90
public static final Condition.MessagesAndCodes IBM91
public static final Condition.MessagesAndCodes BADFILEVERSION
public static final Condition.MessagesAndCodes NETWORKERROR
public static final Condition.MessagesAndCodes IBM94
public static final Condition.MessagesAndCodes READLOCKED
public static final Condition.MessagesAndCodes IBM96
public static final Condition.MessagesAndCodes IBM97
public static final Condition.MessagesAndCodes IBM98
public static final Condition.MessagesAndCodes IBM99
public static final Condition.MessagesAndCodes FILEHANDLERERROR
public static final Condition.MessagesAndCodes INVDCB
public static final Condition.MessagesAndCodes NOFILEOPTS
public static final Condition.MessagesAndCodes MISSINGFILEOPTS
public static final Condition.MessagesAndCodes MISMATCHEDFILEOPTS
public static final Condition.MessagesAndCodes NOTSTREAM
public static final Condition.MessagesAndCodes NOTPRINTSTREAM
public static final Condition.MessagesAndCodes NOTINPUTSTREAM
public static final Condition.MessagesAndCodes NOTOUTPUTSTREAM
public static final Condition.MessagesAndCodes NOTRECORD
public static final Condition.MessagesAndCodes NOECOBOLJAR
public static final Condition.MessagesAndCodes NOPATHSPEC
public static final Condition.MessagesAndCodes INVUPDATE
public static final Condition.MessagesAndCodes NOTUNCATLG
public static final Condition.MessagesAndCodes NOTASSIGNED
public static final Condition.MessagesAndCodes DIMZERO
public static final Condition.MessagesAndCodes DIMERROR
public static final Condition.MessagesAndCodes DIMCHANGE
public static final Condition.MessagesAndCodes DIMINVALID
public static final Condition.MessagesAndCodes SLICENOTNULL
public static final Condition.MessagesAndCodes RANGE
public static final Condition.MessagesAndCodes INSTANTIATION
public static final Condition.MessagesAndCodes INVINT
public static final Condition.MessagesAndCodes PARMGRPMAP
public static final Condition.MessagesAndCodes GRPMISMATCH
public static final Condition.MessagesAndCodes BITFORMAT
public static final Condition.MessagesAndCodes INPUTMISMATCH
public static final Condition.MessagesAndCodes CANTCONVERTTOTYPE
public static final Condition.MessagesAndCodes NUMBERFORMAT
public static final Condition.MessagesAndCodes NUMBERFORMATGET
public static final Condition.MessagesAndCodes ENDOFLINE
public static final Condition.MessagesAndCodes MISMATCHEDARRAY
public static final Condition.MessagesAndCodes INVPICSPEC
public static final Condition.MessagesAndCodes INVPICDATA
public static final Condition.MessagesAndCodes PICNOTNUMERIC
public static final Condition.MessagesAndCodes CANTCONVERTDATESPEC
public static final Condition.MessagesAndCodes INVBYTELENGTH
public static final Condition.MessagesAndCodes INVDECFORMAT
public static final Condition.MessagesAndCodes ARITHMETIC
public static final Condition.MessagesAndCodes CANTCONVERTTOCOBOLTYPE
public static final Condition.MessagesAndCodes TOOFEWARGS
public static final Condition.MessagesAndCodes GETDATANAME
public static final Condition.MessagesAndCodes GETDATATYPE
public static final Condition.MessagesAndCodes GETDATAARRAYNAME
public static final Condition.MessagesAndCodes GETDATAGROUPNAME
public static final Condition.MessagesAndCodes NOTELEMENT
public static final Condition.MessagesAndCodes NOTGROUP
public static final Condition.MessagesAndCodes NOTFOUND
public static final Condition.MessagesAndCodes NOTENTRY
public static final Condition.MessagesAndCodes ENTRYPARMCOUNT
public static final Condition.MessagesAndCodes ENTRYPARMMISMATCH
public static final Condition.MessagesAndCodes NOTALLOC
public static final Condition.MessagesAndCodes POINTERNOTFOUND
public static final Condition.MessagesAndCodes BUILTINVERIFY
public static final Condition.MessagesAndCodes BUILTINREPEAT
public static final Condition.MessagesAndCodes BUILTINSUBSTR
public static final Condition.MessagesAndCodes STRINGRANGE
public static final Condition.MessagesAndCodes OUTOFRANGE
public static final Condition.MessagesAndCodes NAN
public static final Condition.MessagesAndCodes POSITIVEINFINITY
public static final Condition.MessagesAndCodes NEGATIVEINFINITY
public static final Condition.MessagesAndCodes INVTYPE
public static final Condition.MessagesAndCodes TOOSMALL
public static final Condition.MessagesAndCodes SEQUENCE
public static final Condition.MessagesAndCodes DUPEXT
public static final Condition.MessagesAndCodes UNKTYPE
public static final Condition.MessagesAndCodes ASSERT
public static final Condition.MessagesAndCodes NOTIMPL
public static final Condition.MessagesAndCodes NOOTHERWISE
public static final Condition.MessagesAndCodes NULLPOINTER
public static final Condition.MessagesAndCodes NULLPOINTERFREE
public static final Condition.MessagesAndCodes WRONGPOINTER
public static final Condition.MessagesAndCodes NULLVALUE
public static final Condition.MessagesAndCodes ENTRYINVOCATION
public static final Condition.MessagesAndCodes ADDRINSTANTIATION
public static final Condition.MessagesAndCodes INVALIDARGUMENT
public static final Condition.MessagesAndCodes NOTPERSISTANT
public static final Condition.MessagesAndCodes NOTINETP
public static final Condition.MessagesAndCodes INVLOCALE
public static final Condition.MessagesAndCodes ERRORSTRING
public static final Condition.MessagesAndCodes ADDRPOINTERFREE
public static final Condition.MessagesAndCodes INVADDRPOINTER
public static final Condition.MessagesAndCodes ADDRPOINTERASSIGN
public static final Condition.MessagesAndCodes PROCEDURENOTFOUND
public static final Condition.MessagesAndCodes ARRAYELEMENTINSTANTIATION
public static final Condition.MessagesAndCodes JAVAEXCEPTION
public static final Condition.MessagesAndCodes COBOLEXCEPTION
public static final Condition.MessagesAndCodes VALUETOOSMALL
public static final Condition.MessagesAndCodes VALUETOOLARGE
public static final Condition.MessagesAndCodes SIGNALED
public static final Condition.MessagesAndCodes SIGNALEDUSER
public static final Condition.MessagesAndCodes DIVIDEBYZERO
public static final Condition.MessagesAndCodes JDBCWARN
public static final Condition.MessagesAndCodes JDBCERROR
public static Condition.MessagesAndCodes[] values()
for (Condition.MessagesAndCodes c : Condition.MessagesAndCodes.values()) System.out.println(c);
public static Condition.MessagesAndCodes 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 java.lang.String condition()
public int code()
public java.lang.String status()
public java.lang.String message()
public static Condition.MessagesAndCodes Convert(int code)
code - - an integer codepublic static Condition.MessagesAndCodes Convert(java.lang.String strCode)
strCode - - a String code