public class RunTime4GLErrorException extends RunTime4GLException
Constructor and Description |
---|
RunTime4GLErrorException(java.lang.Object[] args,
int err)
This constructor is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getABLCallStack()
Get the ABL call stack from where the error condition occurred.
|
java.lang.String |
getMessage(int msgIx)
Get the message in the Exception based on an array index.
|
int |
getMessageNum(int msgIx)
Get the message mumber in the Exception based on an array index.
|
int |
getNumMessages()
Get the number of messages available in the Exception.
|
int |
getSeverity()
Get the error severity.
|
void |
initialize(java.lang.String callStack,
int numMsgs,
int severity,
java.lang.String[] msgs,
int[] msgNums)
This constructor is intended for internal use only.
|
createException, getErrorNum, getProcReturnString, hasProcReturnString, setProcReturnString
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
public RunTime4GLErrorException(java.lang.Object[] args, int err)
public void initialize(java.lang.String callStack, int numMsgs, int severity, java.lang.String[] msgs, int[] msgNums)
public java.lang.String getABLCallStack()
public int getNumMessages()
public int getSeverity()
public java.lang.String getMessage(int msgIx)
msgIx:
- 0-based index into the array of available error messagespublic int getMessageNum(int msgIx)
msgIx:
- 0-based index into the array of available error messages