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
public class UnicodeUnescapeException extends RuntimeException
Represents a problem that occurred while unescaping a unicode escape sequence through aUnicodeUnescapeReader
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnicodeUnescapeException(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
-
-