uk.co.weft.maybeupload
Class EndOfPartException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byuk.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()


Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) EndOfPartException(java.lang.String line)
           
 
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

EndOfPartException

EndOfPartException(java.lang.String line)