- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- java.lang.MalformedEscapeException
-
- All Implemented Interfaces:
Serializable
public class MalformedEscapeException extends IllegalArgumentException
Unchecked exception thrown when a string escape sequence does not adhere to escape rules defined in sections 3.3 and 3.10.6 of the The Java™ Language Specification.- Since:
- 1.11
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-