org.openanzo.glitter.expression.builtin
Class RegEx.InvalidRegularExpressionFlagException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openanzo.glitter.exception.ExpressionEvaluationException
                  extended by org.openanzo.glitter.expression.builtin.RegEx.InvalidRegularExpressionFlagException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RegEx

public class RegEx.InvalidRegularExpressionFlagException
extends ExpressionEvaluationException

Thrown for an unrecognized regular expression flag.

Author:
lee
See Also:
Serialized Form

Constructor Summary
RegEx.InvalidRegularExpressionFlagException(java.lang.String s)
          Default constructor.
 
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

RegEx.InvalidRegularExpressionFlagException

public RegEx.InvalidRegularExpressionFlagException(java.lang.String s)
Default constructor.

Parameters:
s - The invalid regex flag.


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.