Interface JSError.CatchClause<T>

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing class:
JSError

public static interface JSError.CatchClause<T> extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    accept(org.teavm.jso.JSObject e)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details

    • accept

      T accept(org.teavm.jso.JSObject e)