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:
Serializable
Deprecated.
This API is for technology preview only.
Used to report parsing errors in
MessageFormatter
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMFParseException
(String message, int errorOffset) Deprecated.Constructs a MFParseException with the specified message and offset. -
Method Summary
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.- See Also:
-
-
Constructor Details
-
MFParseException
Deprecated.Constructs a MFParseException with the specified message and offset.- Parameters:
message
- the messageerrorOffset
- the position where the error is found while parsing.
-
-
Method Details
-
getMessage
Deprecated.- Overrides:
getMessage
in classThrowable
-