net.sf.zekr.engine.template
Class TemplateTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.zekr.common.ZekrBaseException
              extended by net.sf.zekr.engine.template.TemplateTransformationException
All Implemented Interfaces:
java.io.Serializable

public class TemplateTransformationException
extends ZekrBaseException

This exception is thrown if any template transformation exception encountered.

Author:
Mohsen Saboorian
See Also:
Serialized Form

Constructor Summary
TemplateTransformationException(java.lang.Throwable th)
           
 
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

TemplateTransformationException

public TemplateTransformationException(java.lang.Throwable th)