public class ParserException extends MeasurementParseException
| Constructor and Description |
|---|
ParserException(java.lang.CharSequence parsedData,
int position)
Deprecated.
Constructs a ParserException with the parsed text and offset.
|
ParserException(java.lang.String message,
java.lang.CharSequence parsedData,
int position)
Deprecated.
Constructs a ParserException with the specified detail message, parsed text and index.
|
ParserException(java.lang.Throwable cause)
Deprecated.
Constructs a ParserException with the specified cause.
|
getParsedString, getPositionpublic ParserException(java.lang.String message, java.lang.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(java.lang.CharSequence parsedData, int position)
parsedData - the parsed text, should not be nullposition - the position where the error is found while parsing.public ParserException(java.lang.Throwable cause)
cause - the root causeCopyright © 2014–2018 Jean-Marie Dautelle, Werner Keil, Otavio Santana. All rights reserved.