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.This API is for technology preview only. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This API is for technology preview only.Methods inherited from class ParseException
getErrorOffsetMethods inherited from class 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.This API is for technology preview only.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.This API is for technology preview only.- Overrides:
getMessagein classThrowable
-