Package com.progress.open4gl
Class RunTime4GLStopAfterException
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
com.progress.open4gl.RunTime4GLStopAfterException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
RunTime4GLStopAfterException is thrown when the time limit has expired based
on a STOP-AFTER phrase and this condition is returned from the top level ABL
procedure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunTime4GLStopAfterException
(Object[] args, int errNum) This constructor is intended for internal use only. -
Method Summary
Methods inherited from class com.progress.open4gl.RunTime4GLStopException
getABLCallStack, 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
-
RunTime4GLStopAfterException
This constructor is intended for internal use only.
-