Class ExceptionHandling

java.lang.Object
org.teavm.runtime.ExceptionHandling

public final class ExceptionHandling extends Object
  • Method Details

    • findCallSiteById

      public static CallSite findCallSiteById(int id, org.teavm.interop.Address frame)
    • isJumpSupported

      public static boolean isJumpSupported()
    • jumpToFrame

      public static void jumpToFrame(org.teavm.interop.Address frame, int id)
    • abort

      public static void abort()
    • printStack

      public static void printStack()
    • catchException

      public static Throwable catchException()
    • throwException

      public static void throwException(Throwable exception)
    • throwClassCastException

      public static void throwClassCastException()
    • throwNullPointerException

      public static void throwNullPointerException()
    • throwArrayIndexOutOfBoundsException

      public static void throwArrayIndexOutOfBoundsException()
    • fillStackTrace

      public static StackTraceElement[] fillStackTrace()