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(int code,
Object... args)
- Creates a new "skip me" exception.
- Parameters:
code - the warning message codeargs - the warning message arguments
SkipMeException
public SkipMeException(String reason)
- Creates a new "skip me" exception.
- Parameters:
reason - the reason why the property value cannot be parsed
getWarning
public Warning getWarning()
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.