org.jboss.seam.mail.core
Class TemplatingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.seam.mail.core.MailException
                  extended by org.jboss.seam.mail.core.TemplatingException
All Implemented Interfaces:
Serializable

public class TemplatingException
extends MailException

Thrown when a error occurs during template processing

Author:
Cody Lerum
See Also:
Serialized Form

Constructor Summary
TemplatingException()
           
TemplatingException(String message)
           
TemplatingException(String message, Throwable cause)
           
TemplatingException(Throwable 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

TemplatingException

public TemplatingException()

TemplatingException

public TemplatingException(String message,
                           Throwable cause)

TemplatingException

public TemplatingException(String message)

TemplatingException

public TemplatingException(Throwable cause)


Copyright © 2011 Seam Framework. All Rights Reserved.