com.servingxml.components.error
Class ThrowError

java.lang.Object
  extended by com.servingxml.components.task.AbstractTask
      extended by com.servingxml.components.error.ThrowError
All Implemented Interfaces:
Stringable, Task

public class ThrowError
extends AbstractTask

The ThrowError class implements the Task interface.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.string.Stringable
Stringable.EmptyStringable
 
Field Summary
 
Fields inherited from interface com.servingxml.components.string.Stringable
EMPTY, EMPTY_ARRAY
 
Constructor Summary
ThrowError(Stringable stringable)
           
 
Method Summary
 java.lang.String createString(ServiceContext context, Flow flow)
           
 void execute(ServiceContext context, Flow flow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowError

public ThrowError(Stringable stringable)
Method Detail

execute

public void execute(ServiceContext context,
                    Flow flow)

createString

public java.lang.String createString(ServiceContext context,
                                     Flow flow)
Specified by:
createString in interface Stringable
Overrides:
createString in class AbstractTask