Interface JSError.TryClause<T extends JSObject>

All Superinterfaces:
JSObject
Enclosing class:
JSError

public static interface JSError.TryClause<T extends JSObject> extends JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • run

      T run()