Class RunTime4GLStopException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable
Direct Known Subclasses:
RunTime4GLLockConflictException, RunTime4GLStopAfterException

public class RunTime4GLStopException extends RunTime4GLException
RunTime4GLStopException is thrown when an unhandled STOP condition occurs in the ABL application.
See Also:
  • Constructor Details

    • RunTime4GLStopException

      public RunTime4GLStopException(Object[] args, int errNum)
      This constructor is intended for internal use only.
  • Method Details

    • initialize

      public void initialize(String callStack)
      This method is intended for internal use only.
    • getABLCallStack

      public String getABLCallStack()
      Get the ABL call stack from where the STOP condition occurred.
      Returns:
      The callstack string