InvalidEscapeException (original) (raw)
scala.StringContext.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
Attributes
Source
Graph
Supertypes
Members list
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
Returns
a string representation of the object.
Inherited from:
In this article