commit | a4c27eea1a8e023d013917c076c5540098d7d49a | [log] [tgz] |
---|---|---|
author | Cody Kesting <ckesting@google.com> | Wed Feb 17 18:49:23 2021 -0800 |
committer | Cody Kesting <ckesting@google.com> | Thu Feb 18 16:40:54 2021 -0800 |
tree | a9338f0600a9ccb323e859d7e1d2dee5fbf5d9f5 | |
parent | 901dc86e4b8f43163ba425d244271595c1d0b664 [diff] |
Change Exception class references to use Class.getName(). This CL updates references to fully qualified Exception names (such as "java.lang.RuntimeException") to get the Exception name through the Exception's Class Object (e.g. RuntimeException.class.getName()). Bug: 163433613 Test: atest FrameworksVcntests Change-Id: I1ceccedda0a513a8c41caaef752d9f0005eceac0