Package org.knowm.sundial.exceptions
Class SundialSchedulerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.sundial.exceptions.SundialSchedulerException
- All Implemented Interfaces:
Serializable
A RuntimeException that wraps some checked Exceptions in the SundialScheduler class.
- Author:
- timmolter
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SundialSchedulerException
Constructor- Parameters:
msg
-cause
-
-