Class ExportPanelValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.export.ExportException
org.gvsig.export.swing.spi.ExportPanelValidationException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class ExportPanelValidationException extends org.gvsig.export.ExportException
Version:
$Id$
Author:
gvSIG Team
See Also:
  • Constructor Details

    • ExportPanelValidationException

      public ExportPanelValidationException(String message, Throwable cause)
      Parameters:
      message - the default messageFormat to describe the exception
      cause - the original cause of the exception
    • ExportPanelValidationException

      public ExportPanelValidationException(String message)
      Parameters:
      message - the default messageFormat to describe the exception
    • ExportPanelValidationException

      public ExportPanelValidationException()