Class ProgramFinishedException

All Implemented Interfaces:
Serializable

public class ProgramFinishedException extends ControlException
Implementation of program exception, used to indicate program end (EXIT PROGRAM). It acts like STOP RUN for standalone programs and as GO BACK for called programs
See Also:
  • Constructor Details

    • ProgramFinishedException

      public ProgramFinishedException()