cz.vity.freerapid.plugins.exceptions
Class BuildMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.vity.freerapid.plugins.exceptions.ErrorDuringDownloadingException
              extended by cz.vity.freerapid.plugins.exceptions.NotRecoverableDownloadException
                  extended by cz.vity.freerapid.plugins.exceptions.PluginImplementationException
                      extended by cz.vity.freerapid.plugins.exceptions.BuildMethodException
All Implemented Interfaces:
Serializable

public class BuildMethodException
extends PluginImplementationException

Exception used by MethodBuilder to inform about fatal exception during building HTTP method from the content of website.

Author:
Vity
See Also:
Serialized Form

Constructor Summary
BuildMethodException()
          Constructor
BuildMethodException(String message)
          Constructor
 
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

BuildMethodException

public BuildMethodException()
Constructor


BuildMethodException

public BuildMethodException(String message)
Constructor

Parameters:
message - error message