Class NotContinueWizardException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.gui.beans.wizard.panel.NotContinueWizardException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class NotContinueWizardException extends org.gvsig.tools.exception.BaseException

This exception is thrown if the wizard can not continue by any reason.

Author:
Jorge Piera Llodrá
See Also:
  • Constructor Details

    • NotContinueWizardException

      public NotContinueWizardException(String message, Throwable cause, Component component)
      See Also:
      • BaseException(String, Throwable, String, long)
    • NotContinueWizardException

      public NotContinueWizardException(String message, Component component, boolean displayMessage)
  • Method Details

    • getComponent

      public Component getComponent()
    • displayMessage

      public boolean displayMessage()