scala.util.regexp

class SyntaxError

[source: scala/util/regexp/SyntaxError.scala]

class SyntaxError(e : java.lang.String)
extends java.lang.RuntimeException with AnyRef
This runtime exception is thrown if an attempt to instantiate a syntactically incorrect expression is detected.
Author
Burak Emir
Version
1.0
Methods inherited from java.lang.Throwable
java.lang.Throwable.getMessage, java.lang.Throwable.getLocalizedMessage, java.lang.Throwable.getCause, java.lang.Throwable.initCause, java.lang.Throwable.toString, java.lang.Throwable.printStackTrace, java.lang.Throwable.printStackTrace, java.lang.Throwable.printStackTrace, java.lang.Throwable.fillInStackTrace, java.lang.Throwable.getStackTrace, java.lang.Throwable.setStackTrace
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf