Class MakePluginPackageWizardException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.installer.swing.api.creation.MakePluginPackageWizardException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class MakePluginPackageWizardException extends org.gvsig.tools.exception.BaseException
Base exception for all the exceptions that are thrown by the process of creation of an installer using the wizard.
Author:
Jorge Piera Llodrá
See Also:
  • Constructor Details

    • MakePluginPackageWizardException

      public MakePluginPackageWizardException(String message, Throwable cause)
      See Also:
      • BaseException(String, Throwable, String, long)