[Java] Class CatchStatement

  • org.codehaus.groovy.ast.stmt.CatchStatement

Represents a catch (Exception var) { } 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

Properties Summary

Properties
Type Name and description
Statement code

Constructor Summary

Constructors
Constructor and description
CatchStatement (Parameter variable, Statement code)

Methods Summary

Methods
Type Params Return Type Name and description
Statement getCode()
ClassNode getExceptionType()
Parameter getVariable()
void setCode(Statement code)
void visit(GroovyCodeVisitor visitor)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
interface Statement execute, execute, execute, execute, close, isClosed, cancel, getConnection, getResultSet, addBatch, clearBatch, closeOnCompletion, executeBatch, executeLargeBatch, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeLargeUpdate, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getGeneratedKeys, getLargeMaxRows, getLargeUpdateCount, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, isCloseOnCompletion, isPoolable, setCursorName, setEscapeProcessing, setLargeMaxRows, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, clearWarnings, getFetchDirection, getFetchSize, getWarnings, setFetchDirection, setFetchSize, unwrap, isWrapperFor

Property Detail

Statement code

Constructor Detail

public CatchStatement(Parameter variable, Statement code)

Method Detail

public Statement getCode()

public ClassNode getExceptionType()

public Parameter getVariable()

public void setCode(Statement code)

public void visit(GroovyCodeVisitor visitor)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/ast/stmt/CatchStatement.html