Class 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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      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