Class ReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.snakeyaml.engine.v2.exceptions.YamlEngineException
org.snakeyaml.engine.v2.exceptions.ReaderException
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReaderException(String name, int position, int codePoint, String message) Create -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
name
-
codePoint
private final int codePoint -
position
private final int position
-
-
Constructor Details
-
ReaderException
-
-
Method Details
-
getName
-
getCodePoint
public int getCodePoint()getter- Returns:
- the invalid char
-
getPosition
public int getPosition()getter- Returns:
- position of the error
-
toString
-