Module io.helidon.common.buffers
Package io.helidon.common.buffers
Class DataReader.IncorrectNewLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.buffers.DataReader.IncorrectNewLineException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DataReader
New line not valid.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectNewLineException
Incorrect new line.- Parameters:
message
- descriptive message
-