Class IDBError

  • All Implemented Interfaces:
    org.teavm.jso.JSObject

    public abstract class IDBError
    extends java.lang.Object
    implements org.teavm.jso.JSObject
    • Constructor Summary

      Constructors 
      Constructor Description
      IDBError()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.teavm.jso.JSObject

        cast
    • Constructor Detail

      • IDBError

        public IDBError()
    • Method Detail

      • getName

        public abstract java.lang.String getName()