Class ICUInputTooLongException

  • All Implemented Interfaces:
    Serializable

    public class ICUInputTooLongException
    extends ICUException
    The input is impractically long for an operation. It is rejected because it may lead to problems such as excessive processing time, stack depth, or heap memory requirements.
    See Also:
    Serialized Form
    Status:
    Stable ICU 68.
    • Constructor Detail

      • ICUInputTooLongException

        public ICUInputTooLongException()
        Default constructor.
        Status:
        Stable ICU 68.
      • ICUInputTooLongException

        public ICUInputTooLongException​(String message)
        Constructor.
        Parameters:
        message - exception message string
        Status:
        Stable ICU 68.
      • ICUInputTooLongException

        public ICUInputTooLongException​(Throwable cause)
        Constructor.
        Parameters:
        cause - original exception
        Status:
        Stable ICU 68.
      • ICUInputTooLongException

        public ICUInputTooLongException​(String message,
                                        Throwable cause)
        Constructor.
        Parameters:
        message - exception message string
        cause - original exception
        Status:
        Stable ICU 68.