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 public class MFParseException extends ParseException
Deprecated.This API is for technology preview only.Used to report parsing errors inMessageFormatter
.- See Also:
- Serialized Form
- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-
Constructor Summary
Constructors Constructor Description MFParseException(String message, int errorOffset)
Deprecated.This API is for technology preview only.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getMessage()
Deprecated.This API is for technology preview only.-
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
-
-
-
-
Constructor Detail
-
MFParseException
@Deprecated public MFParseException(String message, int errorOffset)
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.- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-
Method Detail
-
getMessage
@Deprecated public String getMessage()
Deprecated.This API is for technology preview only.- Overrides:
getMessage
in classThrowable
- Status:
- Technology Preview. This API is still in the early stages of development. Use at your own risk.
-
-