org.norther.tammi.spray.engine
Class TemplateBreakException

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

public class TemplateBreakException
extends RuntimeException

A run-time exception to break template evaluation.

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

Constructor Summary
TemplateBreakException()
          Constructs a new exception.
 
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

TemplateBreakException

public TemplateBreakException()
Constructs a new exception.



Copyright © 2004 The Norther Organization. All rights reserved.