Class NewLayerPanelValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.newlayer.NewLayerException
org.gvsig.newlayer.spi.NewLayerPanelValidationException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class NewLayerPanelValidationException extends NewLayerException
Version:
$Id$
Author:
gvSIG Team
See Also:
  • Constructor Details

    • NewLayerPanelValidationException

      public NewLayerPanelValidationException(String message, Throwable cause)
      Parameters:
      message - the default messageFormat to describe the exception
      cause - the original cause of the exception
      See Also:
      • invalid reference
        BaseException#BaseException
    • NewLayerPanelValidationException

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

      public NewLayerPanelValidationException()