Class KillSwitchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nl.stokpop.eventscheduler.exception.handler.SchedulerHandlerException
-
- nl.stokpop.eventscheduler.exception.handler.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 SchedulerExceptionTypegetExceptionType()
-
-
-
Method Detail
-
getExceptionType
public SchedulerExceptionType getExceptionType()
- Specified by:
getExceptionTypein classSchedulerHandlerException
-
-