Class MFParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.text.ParseException
org.graalvm.shadowed.com.ibm.icu.message2.MFParseException
All Implemented Interfaces:
Serializable

@Deprecated public class MFParseException extends ParseException
Deprecated.
This API is for technology preview only.
Used to report parsing errors in MessageFormatter.
See Also:
  • Constructor Details

    • MFParseException

      public MFParseException(String message, int errorOffset)
      Deprecated.
      Constructs a MFParseException with the specified message and offset.
      Parameters:
      message - the message
      errorOffset - the position where the error is found while parsing.
  • Method Details