Class JumpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JumpException.FlowControlException, RaiseException

public class JumpException extends RuntimeException
This class should be used for performance reasons if the Exception don't need a stack trace.
Author:
jpetersen
See Also:
  • Field Details

  • Constructor Details

    • JumpException

      public JumpException()
      Constructor for flow-control-only JumpExceptions.
    • JumpException

      public JumpException(String msg)
      Constructor for JumpException.
      Parameters:
      msg -
    • JumpException

      public JumpException(String msg, Throwable cause)
  • Method Details