javatools.cron
Class CrontabEmptyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javatools.cron.CrontabException
                    |
                    +--javatools.cron.CrontabEmptyException
All Implemented Interfaces:
java.io.Serializable

public class CrontabEmptyException
extends CrontabException

It is nonsense to have a Crontab entry that can never be executed. i.e. One of the essential crontab fields is not set.

See Also:
Serialized Form

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

CrontabEmptyException

public CrontabEmptyException(java.lang.String mesg)

CrontabEmptyException

public CrontabEmptyException(java.lang.String mesg,
                             java.lang.Throwable exception)

CrontabEmptyException

public CrontabEmptyException(java.lang.Throwable exception)