biweekly.io
Class SkipMeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biweekly.ICalException
                  extended by biweekly.io.SkipMeException
All Implemented Interfaces:
Serializable

public class SkipMeException
extends ICalException

Thrown during the reading or writing of an iCalendar property to show that the property should not be written to the iCalendar data stream or not be included in the parsed ICalendar object.

Author:
Michael Angstadt
See Also:
Serialized Form

Constructor Summary
SkipMeException()
          Creates a new skip-me exception.
SkipMeException(String msg)
          Creates a new skip-me exception.
 
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

SkipMeException

public SkipMeException()
Creates a new skip-me exception.


SkipMeException

public SkipMeException(String msg)
Creates a new skip-me exception.

Parameters:
msg - the reason why this property is being skipped


Copyright © 2013 Michael Angstadt. All Rights Reserved.