Class JThrow

java.lang.Object
com.sun.codemodel.JThrow
All Implemented Interfaces:
JStatement

class JThrow extends Object implements JStatement
JThrow statement
  • Field Details

  • Constructor Details

    • JThrow

      JThrow(JExpression expr)
      JThrow constructor
      Parameters:
      expr - JExpression which evaluates to JThrow value
  • Method Details