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:
    Serialized Form
    Status:
    Technology Preview. This API is still in the early stages of development. Use at your own risk.
    • Constructor Detail

      • MFParseException

        @Deprecated
        public MFParseException​(String message,
                                int errorOffset)
        Deprecated.
        This API is for technology preview only.
        Constructs a MFParseException with the specified message and offset.
        Parameters:
        message - the message
        errorOffset - the position where the error is found while parsing.
        Status:
        Technology Preview. This API is still in the early stages of development. Use at your own risk.
    • Method Detail

      • getMessage

        @Deprecated
        public String getMessage()
        Deprecated.
        This API is for technology preview only.
        Overrides:
        getMessage in class Throwable
        Status:
        Technology Preview. This API is still in the early stages of development. Use at your own risk.