Uses of Class
biweekly.ICalException

Packages that use ICalException
biweekly.io   
biweekly.io.json   
biweekly.io.text   
 

Uses of ICalException in biweekly.io
 

Subclasses of ICalException in biweekly.io
 class CannotParseException
          Thrown during the unmarshalling of an iCalendar property to signal that the property's value could not be parsed (for example, being unable to parse a date string).
 class SkipMeException
          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.
 

Uses of ICalException in biweekly.io.json
 

Subclasses of ICalException in biweekly.io.json
 class JCalParseException
          Thrown during the parsing of a JSON-encoded iCalendar object (jCal) when the jCal object is not formatted in the correct way (the JSON syntax is valid, but it's not in the correct jCal format).
 

Uses of ICalException in biweekly.io.text
 

Subclasses of ICalException in biweekly.io.text
static class ICalRawReader.StopReadingException
          Instructs an ICalRawReader to stop reading from the data stream when thrown from an ICalRawReader.ICalDataStreamListener implementation.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.