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

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 Exception1 = goog.require('trycatch.TryCatch.Exception1$impl');
exports = Exception1;
