biweekly.io
Class SkipMeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
biweekly.ICalException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.