halotukozak.regex.RegexParseError
See theRegexParseError companion trait
object RegexParseError
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
RegexParseError.type
Members list
Type members
Classlikes
final case class InvalidSyntax(pattern: String, position: Int, message: String) extends RegexParseError
Pattern is syntactically malformed (unterminated group, dangling backslash, etc.).
Pattern is syntactically malformed (unterminated group, dangling backslash, etc.).
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RegexParseErrorclass Objecttrait Matchableclass AnyShow all
final case class UnsupportedFeature(pattern: String, position: Int, feature: String) extends RegexParseError
Pattern uses a recognized but unsupported feature (anchors, lookaround, backreferences, ...).
Pattern uses a recognized but unsupported feature (anchors, lookaround, backreferences, ...).
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RegexParseErrorclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements.
The names of the product elements.
Attributes
- Inherited from:
- Mirror
The name of the type.
The name of the type.
Attributes
- Inherited from:
- Mirror
In this article