7 package com.google.appinventor.components.runtime.errors;
46 if (throwable instanceof ArrayIndexOutOfBoundsException) {
49 if (throwable instanceof IllegalArgumentException) {
52 if (throwable instanceof NullPointerException) {
57 throw new UnsupportedOperationException(throwable);