Package com.io7m.jeucreader
Class OrphanLowSurrogate
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.io7m.jeucreader.OrphanLowSurrogate
- All Implemented Interfaces:
Serializable
An exception indicating that a low surrogate was received outside of a
high/low surrogate pair.
- 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
-
OrphanLowSurrogate
Construct an exception.- Parameters:
message- The message
-