Class MFParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.text.ParseException
org.graalvm.shadowed.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:
-
Constructor Summary
ConstructorsConstructorDescriptionMFParseException(String message, int errorOffset) Deprecated.Constructs a MFParseException with the specified message and offset. -
Method Summary
Methods inherited from class ParseException
getErrorOffsetMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
-