Class SchedulerHandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nl.stokpop.eventscheduler.exception.handler.SchedulerHandlerException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AbortSchedulerException,KillSwitchException
public abstract class SchedulerHandlerException extends java.lang.RuntimeExceptionExceptions to be passed outside of the event sandbox. Other exceptions are kept within the event.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchedulerHandlerException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract SchedulerExceptionTypegetExceptionType()
-
-
-
Method Detail
-
getExceptionType
public abstract SchedulerExceptionType getExceptionType()
-
-