Package org.codehaus.janino
Class UnicodeUnescapeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.janino.UnicodeUnescapeException
- All Implemented Interfaces:
Serializable
Represents a problem that occurred while unescaping a unicode escape sequence through a
UnicodeUnescapeReader
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnicodeUnescapeException
(String message) UnicodeUnescapeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnicodeUnescapeException
-
UnicodeUnescapeException
-