Home | History | Annotate | Download | only in runtime

Lines Matching full:exception_class

49     mirror::Class* exception_class = class_linker_->FindSystemClass("Ljava/lang/NoClassDefFoundError;");
50 EXPECT_TRUE(exception->InstanceOf(exception_class));