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

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable
Inherited from
Throwable

Concrete fields