disman
Class ScheduleSpecParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--disman.DismanException
                    |
                    +--disman.ScheduleSpecParseException

public class ScheduleSpecParseException
extends DismanException

This class represents the exception that may be thrown by several methods of classes of the disman package. This exception indicates, that parsing a calendar/periodic schedule spec string failed.

See Also:
Serialized Form

Constructor Summary
ScheduleSpecParseException(java.lang.String msg)
          Constructs an ScheduleSpecParseException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScheduleSpecParseException

public ScheduleSpecParseException(java.lang.String msg)
Constructs an ScheduleSpecParseException with the specified detail message.