Class MFParseException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class MFParseException
    extends java.text.ParseException
    Deprecated.
    This API is for technology preview only.
    Used to report parsing errors in MessageFormatter.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      MFParseException​(java.lang.String message, int errorOffset)
      Deprecated.
      Constructs a MFParseException with the specified message and offset.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Deprecated.
       
      • Methods inherited from class java.text.ParseException

        getErrorOffset
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MFParseException

        public MFParseException​(java.lang.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 Detail

      • getMessage

        public java.lang.String getMessage()
        Deprecated.
        Overrides:
        getMessage in class java.lang.Throwable