com.funambol.common.pim.model.calendar
Class RecurrencePatternException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.common.pim.model.calendar.RecurrencePatternException
All Implemented Interfaces:
java.io.Serializable

public class RecurrencePatternException
extends java.lang.Exception

Exceptions of this class can be raised during the creation a recurrence pattern.

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
RecurrencePatternException()
          Creates a new instance of RecurrencePatternException, with no message.
RecurrencePatternException(java.lang.String msg)
          Creates a new instance of RecurrencePatternException, with a message.
 
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

RecurrencePatternException

public RecurrencePatternException()
Creates a new instance of RecurrencePatternException, with no message.


RecurrencePatternException

public RecurrencePatternException(java.lang.String msg)
Creates a new instance of RecurrencePatternException, with a message.

Parameters:
msg - the error message


Copyright © 2001-2009 Funambol.