public class RunTime4GLException extends Open4GLException
Constructor and Description |
---|
RunTime4GLException(long id,
java.lang.Object[] args,
int err)
This constructor is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
static RunTime4GLException |
createException(int condition,
int errorNum,
java.lang.String errorString,
java.lang.String retStr,
boolean noRet)
This method is intended for internal use only.
|
int |
getErrorNum()
This returns the ABL error number.
|
java.lang.String |
getProcReturnString()
Get the RETURN-VALUE (or ReturnValue) that was set by the last procedure
call.
|
boolean |
hasProcReturnString()
This method returns true if ABL was called and executed RETURN ERROR
[<string>], RETURN ERROR <AppError>, or UNDO, THROW <AppError>
with an UNDO, THROW directive in the top-level ABL procedure.
|
void |
setProcReturnString(java.lang.String returnStr)
This method is intended for internal use only.
|
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
public RunTime4GLException(long id, java.lang.Object[] args, int err)
public static RunTime4GLException createException(int condition, int errorNum, java.lang.String errorString, java.lang.String retStr, boolean noRet)
public int getErrorNum()
public void setProcReturnString(java.lang.String returnStr)
setProcReturnString
in class Open4GLException
public boolean hasProcReturnString()
hasProcReturnString
in class Open4GLException
public java.lang.String getProcReturnString()
getProcReturnString
in class Open4GLException