public class TomlParsingException
extends java.text.ParseException
| Constructor and Description |
|---|
TomlParsingException(java.lang.String msg,
int errorOffset)
Constructs a TomlParsingException with the specified detail message and offset.
|
public TomlParsingException(java.lang.String msg,
int errorOffset)
msg - the detail messageerrorOffset - the position where the error is found while parsing.