class Test::Unit::Assertions::AssertExceptionHelper
def exception_object?(exception_type)
def exception_object?(exception_type) return true if exception_type.is_a?(Exception) if Object.const_defined?(:Java) return true if exception_type.is_a?(Java::JavaLang::Throwable) end false end