Package com.progress.open4gl
Class RunTime4GLAppErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.RunTime4GLException
com.progress.open4gl.RunTime4GLErrorException
com.progress.open4gl.RunTime4GLAppErrorException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
RunTime4GLAppErrorException is thrown when the top level ABL procedure does
RETURN ERROR or throws a Progress.Lang.AppError.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunTime4GLAppErrorException
(Object[] args, int errNum) This constructor is intended for internal use only. -
Method Summary
Methods inherited from class com.progress.open4gl.RunTime4GLErrorException
getABLCallStack, getMessage, getMessageNum, getNumMessages, getSeverity, initialize
Methods inherited from class com.progress.open4gl.RunTime4GLException
createException, getErrorNum, getProcReturnString, hasProcReturnString, setProcReturnString
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RunTime4GLAppErrorException
This constructor is intended for internal use only.
-