net.sf.xmlmatcher.exc
Class GenericTemplateProblemException

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

public final class GenericTemplateProblemException
extends InvalidTemplateException

Some kind of generic problem with template document

See Also:
Serialized Form

Constructor Summary
GenericTemplateProblemException(java.lang.String message, 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

GenericTemplateProblemException

public GenericTemplateProblemException(java.lang.String message,
                                       org.w3c.dom.Element template)


Copyright © 2007. All Rights Reserved.