Class InstallLocalesException

All Implemented Interfaces:
Serializable

public class InstallLocalesException extends I18nException
Exception for errors installing a locale or locales from an import file.
Author:
David Cervera
See Also:
  • Constructor Details

    • InstallLocalesException

      public InstallLocalesException(File importFile)
    • InstallLocalesException

      public InstallLocalesException(File importFile, Throwable cause)
  • Method Details