InvalidEscapeException

An exception that is thrown if a string contains a backslash (\) character that does not start a valid escape sequence.

Value parameters:
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

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
Throwable

Concrete fields