Class ProgramTerminatedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbnormalTerminationException, GoBackException

public class ProgramTerminatedException extends ControlException
Implementation of program exception, used to indicate program termination (STOP RUN).
See Also:
  • Constructor Details

    • ProgramTerminatedException

      public ProgramTerminatedException()