Class ICUInputTooLongException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ICUInputTooLongException

        public ICUInputTooLongException()
        Default constructor.
      • ICUInputTooLongException

        public ICUInputTooLongException​(java.lang.String message)
        Constructor.
        Parameters:
        message - exception message string
      • ICUInputTooLongException

        public ICUInputTooLongException​(java.lang.Throwable cause)
        Constructor.
        Parameters:
        cause - original exception
      • ICUInputTooLongException

        public ICUInputTooLongException​(java.lang.String message,
                                        java.lang.Throwable cause)
        Constructor.
        Parameters:
        message - exception message string
        cause - original exception