Class BreakException

All Implemented Interfaces:
Serializable

public class BreakException extends RuntimeException
An exception used to break out of a loop
See Also:
  • Field Details

  • Constructor Details

    • BreakException

      public BreakException()