Package com.io7m.jeucreader
Class MissingLowSurrogate
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.io7m.jeucreader.MissingLowSurrogate
- All Implemented Interfaces:
Serializable
An exception indicating that an end-of-stream was encountered before the low
surrogate of a surrogate pair was received.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingLowSurrogate
Construct an exception.- Parameters:
message- The message
-