org.jcrontab.data
Class CrontabEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jcrontab.data.CrontabEntryException
- All Implemented Interfaces:
- Serializable
- public class CrontabEntryException
- extends Exception
Exception thrown when an entry in the crontab table cannot be parsed
- Version:
- $Revision: 1.6 $
- Author:
- $Author: iolalla $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CrontabEntryException
public CrontabEntryException()
- Creates a new bad contrab entry exception
CrontabEntryException
public CrontabEntryException(String str)
- Creates a new bad crontab entry exception given a message string
- Parameters:
str
- Message string associated to the exception