Class ExceptionHandling


  • public final class ExceptionHandling
    extends Object
    • Method Detail

      • findCallSiteById

        public static CallSite findCallSiteById​(int id,
                                                Address frame)
      • isJumpSupported

        public static boolean isJumpSupported()
      • jumpToFrame

        public static void jumpToFrame​(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()