Module java.base
Package java.lang

Class 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