|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.tripi.asp
Class ThrowExceptionNode

java.lang.Objectcom.tripi.asp.DefaultNode
com.tripi.asp.ThrowExceptionNode
- All Implemented Interfaces:
- Node
- public class ThrowExceptionNode
- extends DefaultNode
The ThrowExceptionNode handles nodes which automatically throw exceptions. This includes Exit nodes.
- Version:
- 0.9
| Field Summary | |
(package private) AspException |
exception
Exception to throw when this block is executed. |
| Constructor Summary | |
ThrowExceptionNode(AspException exception)
Constructor, gives exception to throw. |
|
| Method Summary | |
void |
dump()
Dumps this VBScript element. |
java.lang.Object |
execute(AspContext context)
Executes this node, throwing the exception we want to throw. |
| Methods inherited from class com.tripi.asp.DefaultNode |
prepare |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
exception
AspException exception
- Exception to throw when this block is executed.
| Constructor Detail |
ThrowExceptionNode
public ThrowExceptionNode(AspException exception)
- Constructor, gives exception to throw.
| Method Detail |
dump
public void dump()
throws AspException
- Dumps this VBScript element.
- Specified by:
dumpin interfaceNode- Overrides:
dumpin classDefaultNode
execute
public java.lang.Object execute(AspContext context) throws AspException
- Executes this node, throwing the exception we want to throw.
- Specified by:
executein interfaceNode- Overrides:
executein classDefaultNode
|
|||||||||
| Home >> All >> com >> tripi >> [ asp overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC