org.melati.template
Class TemplateEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.template.TemplateEngineException
- All Implemented Interfaces:
- Serializable
public class TemplateEngineException
- extends MelatiRuntimeException
Thrown when the ServletTemplateEngine itself throws an
Exception.
- See Also:
- Serialized Form
TemplateEngineException
public TemplateEngineException(Exception underlying)
- Constructor.
- Parameters:
underlying - cause
TemplateEngineException
public TemplateEngineException(String message,
Exception underlying)
- Constructor with message.
- Parameters:
message - message
TemplateEngineException
public TemplateEngineException(String message)
- Constructor with message.
- Parameters:
message - message
getMessage
public String getMessage()
- The detail message which may be null.
- Overrides:
getMessage in class PoemException
- See Also:
MelatiException.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.