cz.vity.freerapid.gui.managers.exceptions
Class PluginIsNotEnabledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cz.vity.freerapid.gui.managers.exceptions.NotSupportedDownloadServiceException
                  extended by cz.vity.freerapid.gui.managers.exceptions.PluginIsNotEnabledException
All Implemented Interfaces:
Serializable

public class PluginIsNotEnabledException
extends NotSupportedDownloadServiceException

Author:
Ladislav Vitasek
See Also:
Serialized Form

Constructor Summary
PluginIsNotEnabledException(PluginMetaData disabledPlugin)
           
 
Method Summary
 PluginMetaData getDisabledPlugin()
           
 
Methods inherited from class cz.vity.freerapid.gui.managers.exceptions.NotSupportedDownloadServiceException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

PluginIsNotEnabledException

public PluginIsNotEnabledException(PluginMetaData disabledPlugin)
Method Detail

getDisabledPlugin

public PluginMetaData getDisabledPlugin()