OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnresolvedClassException
(Results
1 - 6
of
6
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
UnresolvedClassException.java
36
public class
UnresolvedClassException
extends ExceptionWithContext {
37
public
UnresolvedClassException
(Throwable cause) {
41
public
UnresolvedClassException
(Throwable cause, String message, Object... formatArgs) {
45
public
UnresolvedClassException
(String message, Object... formatArgs) {
ClassProto.java
100
* If this class is not defined, then this will throw an
UnresolvedClassException
141
} catch (
UnresolvedClassException
ex) {
157
} catch (
UnresolvedClassException
ex) {
181
} catch (
UnresolvedClassException
ex) {
195
* @throws
UnresolvedClassException
if interfaces could not be fully resolved
203
throw new
UnresolvedClassException
("Interfaces for class %s not fully resolved", getType());
213
* method will either return true or throw an
UnresolvedClassException
217
* @throws
UnresolvedClassException
if the interfaces for this class could not be fully resolved, and the interface
226
throw new
UnresolvedClassException
("Interfaces for class %s not fully resolved", getType());
256
} catch (
UnresolvedClassException
ex)
[
all
...]
ArrayProto.java
135
} catch (
UnresolvedClassException
ex) {
ClassPath.java
155
throw new
UnresolvedClassException
("Could not resolve class %s", type);
MethodAnalyzer.java
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/util/
TypeProtoUtils.java
35
import org.jf.dexlib2.analysis.
UnresolvedClassException
;
93
} catch (
UnresolvedClassException
ex) {
Completed in 110 milliseconds