goog.module('trycatch.TryCatch');

goog.require('java.lang.ClassCastException');
goog.require('java.lang.Exception');
goog.require('java.lang.NullPointerException');
goog.require('java.lang.Object');
goog.require('java.lang.RuntimeException');
goog.require('java.lang.Throwable');
goog.require('nativebootstrap.Equality');
goog.require('nativebootstrap.Util');
goog.require('trycatch.TryCatch.ClosableThing');
goog.require('trycatch.TryCatch.Exception1');
goog.require('trycatch.TryCatch.Exception2');
goog.require('trycatch.TryCatch.GenericInterface');
goog.require('vmbootstrap.Asserts');
goog.require('vmbootstrap.Casts');
goog.require('vmbootstrap.Exceptions');

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