net.thucydides.core.reports.templates
Class TemplateMergeException

Package class diagram package TemplateMergeException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.thucydides.core.reports.templates.TemplateMergeException
All Implemented Interfaces:
Serializable

public class TemplateMergeException
extends Exception

An error that occurs during template merging, such as a template parsing error.

See Also:
Serialized Form

Constructor Summary
TemplateMergeException(String message, Exception cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateMergeException

public TemplateMergeException(String message,
                              Exception cause)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.