biweekly.io.text
Class ICalRawReader.StopReadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biweekly.ICalException
                  extended by 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

Constructor Summary
ICalRawReader.StopReadingException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ICalRawReader.StopReadingException

public ICalRawReader.StopReadingException()


Copyright © 2013 Michael Angstadt. All Rights Reserved.