[Java] Class ThrowStatement
- org.codehaus.groovy.ast.stmt.ThrowStatement
public class ThrowStatement
extends Statement
Represents a throw statement
Inherited fields
| Fields inherited from class | Fields |
interface Statement | CLOSE_CURRENT_RESULT, KEEP_CURRENT_RESULT, CLOSE_ALL_RESULTS, SUCCESS_NO_INFO, EXECUTE_FAILED, RETURN_GENERATED_KEYS, NO_GENERATED_KEYS |
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
| Methods inherited from class | Name |
interface Statement | execute, execute, execute, execute, close, cancel, getConnection, isClosed, getResultSetConcurrency, getResultSetHoldability, isCloseOnCompletion, setEscapeProcessing, enquoteNCharLiteral, getLargeUpdateCount, setQueryTimeout, setFetchSize, getFetchSize, getWarnings, clearWarnings, setFetchDirection, getFetchDirection, getResultSet, getMaxRows, executeQuery, setMaxRows, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getMaxFieldSize, setMaxFieldSize, setPoolable, getUpdateCount, getMoreResults, getMoreResults, addBatch, executeBatch, getLargeMaxRows, setCursorName, setLargeMaxRows, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, getGeneratedKeys, clearBatch, isPoolable, isSimpleIdentifier, closeOnCompletion, enquoteLiteral, getResultSetType, enquoteIdentifier, getQueryTimeout, unwrap, isWrapperFor |
Constructor Detail
public ThrowStatement(Expression expression)
Method Detail
public Expression getExpression()
public void setExpression(Expression expression)