ezvcard.io.text
Class VCardRawReader.StopReadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ezvcard.VCardException
ezvcard.io.text.VCardRawReader.StopReadingException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- VCardRawReader
public static class VCardRawReader.StopReadingException
- extends VCardException
Instructs a VCardRawReader
to stop reading from the data stream
when thrown from a VCardRawReader.VCardDataStreamListener
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 |
VCardRawReader.StopReadingException
public VCardRawReader.StopReadingException()
Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.