InvalidEscapeException
An exception that is thrown if a string contains a backslash (\
) character
that does not start a valid escape sequence.
- Value Params
- index
The index of the offending backslash character in
str
.- str
The offending string
- Source
- StringContext.scala
class IllegalArgumentException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any