174175176177178179180
/** * Utility method for JSWrapper to throw an exception. */ public static void throwMultipleWrapperException() { throw new MultipleWrapperException(); }
164165166167168169170