org.jcrontab.data
Class CrontabEntryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jcrontab.data.CrontabEntryException
All Implemented Interfaces:
java.io.Serializable

public class CrontabEntryException
extends java.lang.Exception

Exception thrown when an entry in the crontab table cannot be parsed

Version:
$Revision: 1.5 $
Author:
$Author: iolalla $
See Also:
Serialized Form

Constructor Summary
CrontabEntryException()
          Creates a new bad contrab entry exception
CrontabEntryException(java.lang.String str)
          Creates a new bad crontab entry exception given a message string
 
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

CrontabEntryException

public CrontabEntryException()
Creates a new bad contrab entry exception


CrontabEntryException

public CrontabEntryException(java.lang.String str)
Creates a new bad crontab entry exception given a message string

Parameters:
str - Message string associated to the exception