Uses of Class
com.ibm.icu.message2.MessageFormatter.ErrorHandlingBehavior
-
Packages that use MessageFormatter.ErrorHandlingBehavior Package Description com.ibm.icu.message2 Tech Preview implementation of the MessageFormat v2 specification. -
-
Uses of MessageFormatter.ErrorHandlingBehavior in com.ibm.icu.message2
Methods in com.ibm.icu.message2 that return MessageFormatter.ErrorHandlingBehavior Modifier and Type Method Description MessageFormatter.ErrorHandlingBehavior
MessageFormatter. getErrorHandlingBehavior()
Get theMessageFormatter.ErrorHandlingBehavior
to use when encountering errors in the currentMessageFormatter
.static MessageFormatter.ErrorHandlingBehavior
MessageFormatter.ErrorHandlingBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static MessageFormatter.ErrorHandlingBehavior[]
MessageFormatter.ErrorHandlingBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.message2 with parameters of type MessageFormatter.ErrorHandlingBehavior Modifier and Type Method Description MessageFormatter.Builder
MessageFormatter.Builder. setErrorHandlingBehavior(MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior)
Sets theMessageFormatter.ErrorHandlingBehavior
to use when encountering errors at formatting time.
-