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
Indicate invalid input stream
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReaderException
(String name, int position, int codePoint, String message) Create -
Method Summary
Methods inherited from class java.lang.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
Create- Parameters:
name
- - the name of the readerposition
- - the position from the beginning of the streamcodePoint
- - the invalid charactermessage
- - the problem
-
-
Method Details