JaCoP.util.fsm
Class RegularExpressionParser.SyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by JaCoP.util.fsm.RegularExpressionParser.SyntaxException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RegularExpressionParser

public class RegularExpressionParser.SyntaxException
extends java.lang.Exception

SyntaxException raised if not regular expression is being parsed.

See Also:
Serialized Form

Constructor Summary
RegularExpressionParser.SyntaxException()
          The constructor to create an syntax exception without the message.
RegularExpressionParser.SyntaxException(java.lang.String msg)
          The constructor to create an syntax exception with a given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegularExpressionParser.SyntaxException

public RegularExpressionParser.SyntaxException()
The constructor to create an syntax exception without the message.


RegularExpressionParser.SyntaxException

public RegularExpressionParser.SyntaxException(java.lang.String msg)
The constructor to create an syntax exception with a given message.

Parameters:
msg -