com.indexdata.utils
Class CronLineParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by com.indexdata.utils.CronLineParseException
All Implemented Interfaces:
Serializable

public class CronLineParseException
extends IllegalArgumentException

Thrown if a specified string is a malformed Cron line.

Author:
jakub
See Also:
Serialized Form

Constructor Summary
CronLineParseException(String msg)
           
CronLineParseException(String msg, Exception e)
           
 
Method Summary
 
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

CronLineParseException

public CronLineParseException(String msg,
                              Exception e)

CronLineParseException

public CronLineParseException(String msg)


Copyright © 2012. All Rights Reserved.