net.sf.xmlmatcher.exc
Class TemplateAttrIsNotANumberException

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

public final class TemplateAttrIsNotANumberException
extends InvalidTemplateException

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

See Also:
Serialized Form

Constructor Summary
TemplateAttrIsNotANumberException(java.lang.String tempValue, java.lang.String attrName, 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

TemplateAttrIsNotANumberException

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


Copyright © 2007. All Rights Reserved.