org.oXML.engine.template
Class ThrowTemplate

java.lang.Object
  extended byorg.oXML.engine.template.ThrowTemplate
All Implemented Interfaces:
Template

public class ThrowTemplate
extends java.lang.Object
implements Template


Constructor Summary
ThrowTemplate(Expression exception, SourceLocator location)
           
 
Method Summary
 void process(RuntimeContext ctxt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowTemplate

public ThrowTemplate(Expression exception,
                     SourceLocator location)
Method Detail

process

public void process(RuntimeContext ctxt)
             throws ObjectBoxException
Specified by:
process in interface Template
Throws:
ObjectBoxException