Class IllegalIcuArgumentException

    • Constructor Detail

      • IllegalIcuArgumentException

        public IllegalIcuArgumentException​(String errorMessage)
      • IllegalIcuArgumentException

        public IllegalIcuArgumentException​(Throwable cause)
      • IllegalIcuArgumentException

        public IllegalIcuArgumentException​(String errorMessage,
                                           Throwable cause)
    • Method Detail

      • initCause

        public IllegalIcuArgumentException initCause​(Throwable cause)
        Description copied from class: Throwable
        Initializes the cause of this Throwable. The cause can only be initialized once.
        Overrides:
        initCause in class Throwable
        Parameters:
        cause - the cause of this Throwable.
        Returns:
        this Throwable instance.