Class KillException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class KillException
    extends ControlFlowException
    Controls breaking out of an execution context, such as a shell or eval.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KillException()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • KillException

        public KillException()