Package org.teavm.runtime
Class ExceptionHandling
java.lang.Object
org.teavm.runtime.ExceptionHandling
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
abort()
static Throwable
static StackTraceElement[]
static CallSite
findCallSiteById(int id, Address frame)
static boolean
static void
jumpToFrame(Address frame, int id)
static void
static void
static void
static void
throwException(Throwable exception)
static void
-
Method Details
-
findCallSiteById
-
isJumpSupported
public static boolean isJumpSupported() -
jumpToFrame
-
abort
public static void abort() -
printStack
public static void printStack() -
catchException
-
throwException
-
throwClassCastException
public static void throwClassCastException() -
throwNullPointerException
public static void throwNullPointerException() -
throwArrayIndexOutOfBoundsException
public static void throwArrayIndexOutOfBoundsException() -
fillStackTrace
-