Package com.sun.codemodel
Class JThrow
java.lang.Object
com.sun.codemodel.JThrow
- All Implemented Interfaces:
JStatement
JThrow statement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
expr
JExpression to throw
-
-
Constructor Details
-
JThrow
JThrow(JExpression expr) JThrow constructor- Parameters:
expr
- JExpression which evaluates to JThrow value
-
-
Method Details
-
state
- Specified by:
state
in interfaceJStatement
-