|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javatools.cron.CrontabException | +--javatools.cron.CrontabEmptyException
It is nonsense to have a Crontab entry that can never be executed. i.e. One of the essential crontab fields is not set.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
CrontabEmptyException(java.lang.String mesg)
|
|
CrontabEmptyException(java.lang.String mesg,
java.lang.Throwable exception)
|
|
CrontabEmptyException(java.lang.Throwable exception)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CrontabEmptyException(java.lang.String mesg)
public CrontabEmptyException(java.lang.String mesg, java.lang.Throwable exception)
public CrontabEmptyException(java.lang.Throwable exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |