Class ScheduleParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.espertech.esper.common.internal.schedule.ScheduleParameterException
- All Implemented Interfaces:
Serializable
This exception is thrown to indicate a problem with schedule parameters.
- See Also:
-
Constructor Summary
ConstructorDescriptionScheduleParameterException
(String message) Constructor.ScheduleParameterException
(String message, Throwable cause) Constructor for an inner exception and message.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScheduleParameterException
Constructor.- Parameters:
message
- is the error message
-
ScheduleParameterException
Constructor for an inner exception and message.- Parameters:
message
- is the error messagecause
- is the inner exception
-
ScheduleParameterException
Constructor.- Parameters:
cause
- is the inner exception
-