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.ErrorHandlingBehaviorMessageFormatter. getErrorHandlingBehavior()Get theMessageFormatter.ErrorHandlingBehaviorto use when encountering errors in the currentMessageFormatter.static MessageFormatter.ErrorHandlingBehaviorMessageFormatter.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.BuilderMessageFormatter.Builder. setErrorHandlingBehavior(MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior)Sets theMessageFormatter.ErrorHandlingBehaviorto use when encountering errors at formatting time.
-