@Deprecated public class MFParseException extends ParseException
MessageFormatter
.Constructor and Description |
---|
MFParseException(String message,
int errorOffset)
Deprecated.
Constructs a MFParseException with the specified message and offset.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Deprecated.
|
getErrorOffset
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MFParseException(String message, int errorOffset)
message
- the messageerrorOffset
- the position where the error is found while parsing.public String getMessage()
getMessage
in class Throwable
Copyright © 2016 Unicode, Inc. and others.