com.infoengine.webject.mgt
Class ThrowException

java.lang.Object
  extended bycom.infoengine.webject.Webject
      extended bycom.infoengine.webject.mgt.ThrowException

public class ThrowException
extends Webject


Field Summary
private static String RESOURCE
           
 
Constructor Summary
ThrowException()
           
 
Method Summary
 Task invoke(Task task)
          Throw an exception specified by a task author, or if no exception is specified, attempt to rethrow an exception registered in the SERVER context group.
 
Methods inherited from class com.infoengine.webject.Webject
booleanParam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

ThrowException

public ThrowException()
Method Detail

invoke

public Task invoke(Task task)
            throws IEException
Throw an exception specified by a task author, or if no exception is specified, attempt to rethrow an exception registered in the SERVER context group.

Specified by:
invoke in class Webject
Parameters:
task - a value of type 'Task'
Returns:
a value of type 'Task'
Throws:
IEException