Class TextFormat.InvalidEscapeSequence
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.fusesource.hawtbuf.proto.compiler.TextFormat.InvalidEscapeSequence
- All Implemented Interfaces:
Serializable
- Enclosing class:
TextFormat
Thrown by
TextFormat.unescapeBytes(java.lang.CharSequence)
and
TextFormat.unescapeText(java.lang.String)
when an invalid escape sequence is seen.-
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
-
InvalidEscapeSequence
-