biweekly.io.text
Class ICalRawReader.StopReadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
biweekly.ICalException
biweekly.io.text.ICalRawReader.StopReadingException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ICalRawReader
public static class ICalRawReader.StopReadingException
- extends ICalException
Instructs an ICalRawReader
to stop reading from the data stream
when thrown from an ICalRawReader.ICalDataStreamListener
implementation.
- 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 |
ICalRawReader.StopReadingException
public ICalRawReader.StopReadingException()
Copyright © 2013 Michael Angstadt. All Rights Reserved.