Class InstallerInfoFileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gvsig.tools.exception.BaseException
org.gvsig.installer.lib.api.creation.MakePackageServiceException
org.gvsig.installer.lib.api.creation.MakePluginPackageServiceException
org.gvsig.installer.lib.spi.InstallerInfoFileException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class InstallerInfoFileException extends org.gvsig.installer.lib.api.creation.MakePluginPackageServiceException
Author:
Jorge Piera Llodrá
See Also:
  • Constructor Details

    • InstallerInfoFileException

      public InstallerInfoFileException(String message)
      See Also:
      • BaseException(String, String, long)
    • InstallerInfoFileException

      public InstallerInfoFileException(String message, Throwable cause)
      See Also:
      • invalid reference
        BaseException#BaseException(String, Throwable)
    • InstallerInfoFileException

      public InstallerInfoFileException(String message, String key, long code)
      See Also:
      • BaseException(String, String, long)