Class ICUInputTooLongException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.icu.util.ICUException
com.ibm.icu.util.ICUInputTooLongException
- All Implemented Interfaces:
Serializable
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:
- Status:
- Stable ICU 68.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ICUInputTooLongException(String message) Constructor.ICUInputTooLongException(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ICUInputTooLongException
public ICUInputTooLongException()Default constructor.- Status:
- Stable ICU 68.
-
ICUInputTooLongException
Constructor.- Parameters:
message- exception message string- Status:
- Stable ICU 68.
-
ICUInputTooLongException
Constructor.- Parameters:
cause- original exception- Status:
- Stable ICU 68.
-
ICUInputTooLongException
-