Package com.ibm.icu.message2
Class MFParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.text.ParseException
-
- com.ibm.icu.message2.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 inMessageFormatter
.- 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.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-