Package org.ebfhub.fastprotobuf
Class Utf8.Utf8CodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ebfhub.fastprotobuf.Utf8.Utf8CodingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Utf8
public static final class Utf8.Utf8CodingException extends RuntimeException
This exception will be thrown for errors encountered during either the encoding of characters
to Utf8 bytes, or the decoding of Utf8 bytes to characters.
- Author:
- Lee Rhodes
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Utf8CodingException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString