net.sf.xmlmatcher.exc
Class TemplateValueIsNotANumberException

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.TemplateValueIsNotANumberException
All Implemented Interfaces:
java.io.Serializable

public final class TemplateValueIsNotANumberException
extends InvalidTemplateException

Exception generated when the template text cannot be parsed as number.

See Also:
Serialized Form

Constructor Summary
TemplateValueIsNotANumberException(java.lang.String tempValue, org.w3c.dom.Element template)
           
 
Method Summary
 
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

TemplateValueIsNotANumberException

public TemplateValueIsNotANumberException(java.lang.String tempValue,
                                          org.w3c.dom.Element template)


Copyright © 2007. All Rights Reserved.