Class UnsupportedOperationI18nException

    • Constructor Detail

      • UnsupportedOperationI18nException

        public UnsupportedOperationI18nException()
        Creates a new UnsupportedOperationI18nException.
      • UnsupportedOperationI18nException

        public UnsupportedOperationI18nException​(String aMessage)
        Creates a new UnsupportedOperationI18nException.
        Parameters:
        aMessage - Details about the unsupported operation
      • UnsupportedOperationI18nException

        public UnsupportedOperationI18nException​(Throwable aCause,
                                                 String aMessage)
        Creates a new UnsupportedOperationI18nException from the supplied root cause.
        Parameters:
        aCause - The root cause of the exception
        aMessage - Details about the unsupported operation
      • UnsupportedOperationI18nException

        public UnsupportedOperationI18nException​(String aBundleName,
                                                 String aMessageKey,
                                                 Object... aVarargs)
        Creates a new I18nUnsupportedOperationsException 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
      • UnsupportedOperationI18nException

        public UnsupportedOperationI18nException​(Throwable aCause,
                                                 String aBundleName,
                                                 String aMessageKey,
                                                 Object... aVarargs)
        Creates a new UnsupportedOperationI18nException 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