Class BreakException

  • All Implemented Interfaces:
    Serializable

    public class BreakException
    extends QDLException
    Used in loops to signal a break command since it is almost impossible to hop out of a complex expression tree and do the right flow

    Created by Jeff Gaynor
    on 1/28/20 at 7:25 PM

    See Also:
    Serialized Form
    • Constructor Detail

      • BreakException

        public BreakException()
      • BreakException

        public BreakException​(Throwable cause)
      • BreakException

        public BreakException​(String message)
      • BreakException

        public BreakException​(String message,
                              Throwable cause)