Package com.progress.open4gl
Class RunTime4GLStopException
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.RunTime4GLStopException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
- Direct Known Subclasses:
RunTime4GLLockConflictException
,RunTime4GLStopAfterException
RunTime4GLStopException is thrown when an unhandled STOP condition occurs in
the ABL application.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunTime4GLStopException
(Object[] args, int errNum) This constructor is intended for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionGet the ABL call stack from where the STOP condition occurred.void
initialize
(String callStack) This method is intended for internal use only.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
-
RunTime4GLStopException
This constructor is intended for internal use only.
-
-
Method Details
-
initialize
This method is intended for internal use only. -
getABLCallStack
Get the ABL call stack from where the STOP condition occurred.- Returns:
- The callstack string
-