Fix typo error in exceptions

Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
This commit is contained in:
shawn_hu_ls
2022-02-17 19:41:36 +08:00
parent d24e48ae10
commit f51fca8b1f
+5
View File
@@ -197,6 +197,11 @@ public:
return utf::CStringAsMutf8("Lpanda/IllegalArgumentException;");
}
const uint8_t *GetIllegalAccessExceptionClassDescriptor() const override
{
return utf::CStringAsMutf8("Lpanda/IllegalAccessException;");
}
const uint8_t *GetOutOfMemoryErrorClassDescriptor() const override
{
return utf::CStringAsMutf8("Lpanda/OutOfMemoryError;");