Uses of Enum
com.ibm.icu.message2.MessageFormatter.ErrorHandlingBehavior
Packages that use MessageFormatter.ErrorHandlingBehavior
-
Uses of MessageFormatter.ErrorHandlingBehavior in com.ibm.icu.message2
Subclasses with type arguments of type MessageFormatter.ErrorHandlingBehavior in com.ibm.icu.message2Modifier and TypeClassDescriptionstatic enumDetermines how the formatting errors will be handled at runtime.Fields in com.ibm.icu.message2 declared as MessageFormatter.ErrorHandlingBehaviorModifier and TypeFieldDescriptionMessageFormatter.Builder.errorHandlingBehaviorprivate final MessageFormatter.ErrorHandlingBehaviorMessageFormatter.errorHandlingBehaviorprivate final MessageFormatter.ErrorHandlingBehaviorMFDataModelFormatter.errorHandlingBehaviorMethods in com.ibm.icu.message2 that return MessageFormatter.ErrorHandlingBehaviorModifier and TypeMethodDescriptionMessageFormatter.getErrorHandlingBehavior()Get theMessageFormatter.ErrorHandlingBehaviorto use when encountering errors in the currentMessageFormatter.Returns the enum constant of this type with the specified name.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.ErrorHandlingBehaviorModifier and TypeMethodDescriptionMessageFormatter.Builder.setErrorHandlingBehavior(MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior) Sets theMessageFormatter.ErrorHandlingBehaviorto use when encountering errors at formatting time.Constructors in com.ibm.icu.message2 with parameters of type MessageFormatter.ErrorHandlingBehaviorModifierConstructorDescription(package private)MFDataModelFormatter(MFDataModel.Message dm, Locale locale, MessageFormatter.ErrorHandlingBehavior errorHandlingBehavior, MessageFormatter.BidiIsolation bidiIsolation, MFFunctionRegistry customFunctionRegistry)