com.github.axet.wget.info.ex
Class DownloadMultipartError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.axet.wget.info.ex.DownloadError
                  extended by com.github.axet.wget.info.ex.DownloadMultipartError
All Implemented Interfaces:
Serializable

public class DownloadMultipartError
extends DownloadError

See Also:
Serialized Form

Constructor Summary
DownloadMultipartError(DownloadInfo info)
           
 
Method Summary
 DownloadInfo getInfo()
           
 
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

DownloadMultipartError

public DownloadMultipartError(DownloadInfo info)
Method Detail

getInfo

public DownloadInfo getInfo()


Copyright © 2012. All Rights Reserved.