Class KillSwitchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KillSwitchException
    extends SchedulerHandlerException
    An event can throw KillSwitchException to stop the running test and trigger the registered kill handlers. Use in case a scheduler run should be stopped but results should still be processed.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KillSwitchException​(java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SchedulerExceptionType getExceptionType()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, 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