org.norther.tammi.spray.engine
Class TemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.norther.tammi.spray.engine.TemplateException
All Implemented Interfaces:
Serializable

public class TemplateException
extends Exception

Thrown when template processing fails.

Version:
$Id: TemplateException.java,v 1.4 2009/09/28 15:08:27 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
TemplateException(String msg)
          Constructs a new exception with a message.
TemplateException(String msg, Throwable cause)
          Constructs a new exception with a message and cause.
TemplateException(Throwable cause)
          Constructs a new exception with a 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

TemplateException

public TemplateException(String msg)
Constructs a new exception with a message.

Parameters:
msg - the message.

TemplateException

public TemplateException(Throwable cause)
Constructs a new exception with a cause.

Parameters:
cause - the cause.

TemplateException

public TemplateException(String msg,
                         Throwable cause)
Constructs a new exception with a message and cause.

Parameters:
msg - the message.
cause - the cause.


Copyright © 2004 The Norther Organization. All rights reserved.