Serializable
MeasurementParseException
, this exception will be removed in a future version, it is here for backward compatibility only.@Deprecated public class ParserException extends MeasurementParseException
Constructor | Description |
---|---|
ParserException(CharSequence parsedData,
int position) |
Deprecated.
Constructs a ParserException with the parsed text and offset.
|
ParserException(String message,
CharSequence parsedData,
int position) |
Deprecated.
Constructs a ParserException with the specified detail message, parsed text and index.
|
ParserException(Throwable cause) |
Deprecated.
Constructs a ParserException with the specified cause.
|
getParsedString, getPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParserException(String message, CharSequence parsedData, int position)
message
- the detail messageparsedData
- the parsed text, should not be nullposition
- the position where the error was found while parsing.public ParserException(CharSequence parsedData, int position)
parsedData
- the parsed text, should not be nullposition
- the position where the error is found while parsing.public ParserException(Throwable cause)
cause
- the root causeCopyright © 2014–2019 Jean-Marie Dautelle, Werner Keil, Otavio Santana. All rights reserved.