net.sf.xmlmatcher.exc
Class InvalidRegexPatternException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.xmlmatcher.exc.MatcherException
              extended by net.sf.xmlmatcher.exc.InvalidTemplateException
                  extended by net.sf.xmlmatcher.exc.InvalidRegexPatternException
All Implemented Interfaces:
java.io.Serializable

public final class InvalidRegexPatternException
extends InvalidTemplateException

Exception generated regex template text cannot be parsed as regular expression.

See Also:
Serialized Form

Constructor Summary
InvalidRegexPatternException(java.lang.String regex, java.lang.String error, org.w3c.dom.Element template)
           
 
Method Summary
 java.lang.String getRegexPattern()
           
 
Methods inherited from class net.sf.xmlmatcher.exc.InvalidTemplateException
getMessage, getTemplatePath
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRegexPatternException

public InvalidRegexPatternException(java.lang.String regex,
                                    java.lang.String error,
                                    org.w3c.dom.Element template)
Method Detail

getRegexPattern

public java.lang.String getRegexPattern()


Copyright © 2007. All Rights Reserved.