org.springframework.mail
Class MailPreparationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.mail.MailException
org.springframework.mail.MailPreparationException
- All Implemented Interfaces:
- java.io.Serializable
- public class MailPreparationException
- extends MailException
Exception to be thrown by user code if a mail cannot be prepared properly,
for example when a Velocity template cannot be rendered for the mail text.
- Since:
- 09.07.2004
- Author:
- Juergen Hoeller
- See Also:
VelocityEngineUtils.mergeTemplateIntoString(org.apache.velocity.app.VelocityEngine, java.lang.String, java.util.Map)
,
FreeMarkerTemplateUtils.processTemplateIntoString(freemarker.template.Template, java.lang.Object)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MailPreparationException
public MailPreparationException(java.lang.String msg)
MailPreparationException
public MailPreparationException(java.lang.String msg,
java.lang.Throwable ex)
MailPreparationException
public MailPreparationException(java.lang.Throwable ex)
Copyright (C) 2003-2004 The Spring Framework Project.