Class ProgramAbortException

  • All Implemented Interfaces:
    Serializable

    public class ProgramAbortException
    extends Error
    A special exception used to abort programs when the caller is only interested in the program plan, rather than in the full execution.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProgramAbortException

        public ProgramAbortException()
      • ProgramAbortException

        public ProgramAbortException​(Throwable cause)
        Creates a ProgramAbortException for the given exception.
        Parameters:
        cause - The exception that causes the program to fail.