goog.module('trycatch.TryCatch.Exception2');

goog.require('java.lang.RuntimeException');
goog.require('java.lang.String');
goog.require('nativebootstrap.Util');
goog.require('trycatch.TryCatch');
goog.require('trycatch.TryCatch.GenericInterface');
goog.require('vmbootstrap.Casts');

const Exception2 = goog.require('trycatch.TryCatch.Exception2$impl');
exports = Exception2;
