uk.co.weft.maybeupload
Class EndOfPartException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--uk.co.weft.maybeupload.EndOfPartException
All Implemented Interfaces:
java.io.Serializable

class EndOfPartException
extends java.io.IOException

an extremely kludgy way of implementing the nasty recursion necessary in readrfc1867()

See Also:
Serialized Form

Constructor Summary
(package private) EndOfPartException(java.lang.String line)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfPartException

EndOfPartException(java.lang.String line)