in scala.util.regexp
class SyntaxError

class SyntaxError
extends java.lang.RuntimeException
with scala.ScalaObject
This runtime exception is thrown if an attempt to instantiate a syntactically incorrect expression is detected.
Author:
Burak Emir
Version:
1.0

Constructor Summary
def this (e: java.lang.String)

Constructor Detail
def this (e: java.lang.String)