Class UnsupportedEncodingI18nException

    • Constructor Detail

      • UnsupportedEncodingI18nException

        public UnsupportedEncodingI18nException​(String aEncoding)
        Creates a new UnsupportedEncodingI18nException.
        Parameters:
        aEncoding - An unsupported encoding
      • UnsupportedEncodingI18nException

        public UnsupportedEncodingI18nException​(Charset aEncoding)
        Creates a new UnsupportedEncodingI18nException.
        Parameters:
        aEncoding - An unsupported encoding
      • UnsupportedEncodingI18nException

        public UnsupportedEncodingI18nException​(Charset aEncoding,
                                                Locale aLocale)
        Creates a new UnsupportedEncodingI18nException.
        Parameters:
        aEncoding - An unsupported encoding
        aLocale - A locale to use when getting the charset's name
      • UnsupportedEncodingI18nException

        public UnsupportedEncodingI18nException​(Throwable aCause,
                                                String aEncoding)
        Creates a new UnsupportedEncodingI18nException from the supplied root cause.
        Parameters:
        aCause - The root cause of the exception
        aEncoding - An unsupported encoding
      • UnsupportedEncodingI18nException

        public UnsupportedEncodingI18nException​(Throwable aCause,
                                                Charset aEncoding)
        Creates a new UnsupportedEncodingI18nException.
        Parameters:
        aCause - The root cause of the exception
        aEncoding - An unsupported encoding
      • UnsupportedEncodingI18nException

        public UnsupportedEncodingI18nException​(Throwable aCause,
                                                Charset aEncoding,
                                                Locale aLocale)
        Creates a new UnsupportedEncodingI18nException.
        Parameters:
        aCause - The root cause of the exception
        aEncoding - An unsupported encoding
        aLocale - A locale to use when getting the charset's name
      • UnsupportedEncodingI18nException

        public UnsupportedEncodingI18nException​(String aBundleName,
                                                String aMessageKey,
                                                Object... aVarargs)
        Creates a new UnsupportedEncodingI18nException from the supplied root cause.
        Parameters:
        aBundleName - The name of a different message bundle
        aMessageKey - A message key for the exception message
        aVarargs - Additional details to be inserted into the exception message
      • UnsupportedEncodingI18nException

        public UnsupportedEncodingI18nException​(Throwable aCause,
                                                String aBundleName,
                                                String aMessageKey,
                                                Object... aVarargs)
        Creates a new UnsupportedEncodingI18nException from the supplied root cause.
        Parameters:
        aCause - The root cause of the exception
        aBundleName - The name of a different message bundle
        aMessageKey - A message key for the exception message
        aVarargs - Additional details to be inserted into the exception message