Home
last modified time | relevance | path

Searched refs:ClassNotLoadedException (Results 1 – 25 of 31) sorted by relevance

12

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DObsoleteMethodImpl.java53 public Type returnType() throws ClassNotLoadedException { in returnType()
54 throw new ClassNotLoadedException("type unknown"); in returnType()
65 Type argumentType(int index) throws ClassNotLoadedException { in argumentType()
66 throw new ClassNotLoadedException("type unknown"); in argumentType()
69 public List<Type> argumentTypes() throws ClassNotLoadedException { in argumentTypes()
DArrayReferenceImpl.java130 ClassNotLoadedException { in setValue()
138 ClassNotLoadedException { in setValues()
145 ClassNotLoadedException { in setValues()
179 } catch (ClassNotLoadedException e) { in setValues()
215 throws InvalidTypeException, ClassNotLoadedException { in validateAssignment()
218 } catch (ClassNotLoadedException e) { in validateAssignment()
270 public Type type() throws ClassNotLoadedException { in type()
279 public Type findType(String signature) throws ClassNotLoadedException { in findType()
DArrayTypeImpl.java61 Type type() throws ClassNotLoadedException { in type()
83 Type findComponentType(String signature) throws ClassNotLoadedException { in findComponentType()
100 throw new ClassNotLoadedException(componentTypeName()); in findComponentType()
107 public Type componentType() throws ClassNotLoadedException { in componentType()
138 } catch (ClassNotLoadedException e) { in isAssignableTo()
180 } catch (ClassNotLoadedException cnle) { in getModifiers()
DMethodImpl.java142 public Type returnType() throws ClassNotLoadedException { in returnType()
146 public Type findType(String signature) throws ClassNotLoadedException { in findType()
159 Type argumentType(int index) throws ClassNotLoadedException { in argumentType()
165 public List<Type> argumentTypes() throws ClassNotLoadedException { in argumentTypes()
238 public Type type() throws ClassNotLoadedException { in type()
247 public Type findType(String signature) throws ClassNotLoadedException { in findType()
269 public Type type() throws ClassNotLoadedException { in type()
278 public Type findType(String signature) throws ClassNotLoadedException { in findType()
300 throws ClassNotLoadedException, InvalidTypeException { in handleVarArgs()
366 throws ClassNotLoadedException, InvalidTypeException { in validateAndPrepareArgumentsForInvoke()
DValueContainer.java37 Type type() throws ClassNotLoadedException; in type()
38 Type findType(String signature) throws ClassNotLoadedException; in findType()
DValueImpl.java38 throws InvalidTypeException, ClassNotLoadedException { in prepareForAssignment()
61 throws InvalidTypeException, ClassNotLoadedException; in prepareForAssignmentTo()
DFieldImpl.java67 public Type type() throws ClassNotLoadedException { in type()
71 public Type findType(String signature) throws ClassNotLoadedException { in findType()
DClassLoaderReferenceImpl.java96 Type findType(String signature) throws ClassNotLoadedException { in findType()
106 throw new ClassNotLoadedException(parser.typeName(), in findType()
DObjectReferenceImpl.java230 throws InvalidTypeException, ClassNotLoadedException { in setValue()
262 } catch (ClassNotLoadedException e) { in setValue()
385 ClassNotLoadedException { in invokeMethod()
579 ClassNotLoadedException { in prepareForAssignmentTo()
586 throws InvalidTypeException, ClassNotLoadedException { in validateAssignment()
DClassTypeImpl.java124 throws InvalidTypeException, ClassNotLoadedException { in setValue()
149 } catch (ClassNotLoadedException e) { in setValue()
191 ClassNotLoadedException, in newInstance()
DLocalVariableImpl.java101 public Type type() throws ClassNotLoadedException { in type()
105 public Type findType(String signature) throws ClassNotLoadedException { in findType()
DInvokableTypeImpl.java28 import com.sun.jdi.ClassNotLoadedException;
99 ClassNotLoadedException, in invokeMethod()
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyArrayReference.java36 import com.sun.jdi.ClassNotLoadedException;
64 …public void setValue(int index, Value value) throws InvalidTypeException, ClassNotLoadedException { in setValue()
68 …nds Value> values, int srcIndex, int length) throws InvalidTypeException, ClassNotLoadedException { in setValues()
72 …void setValues(List<? extends Value> values) throws InvalidTypeException, ClassNotLoadedException { in setValues()
DLazyObjectReference.java63 …blic void setValue(Field field, Value value) throws InvalidTypeException, ClassNotLoadedException { in setValue()
69 throws InvalidTypeException, ClassNotLoadedException, IncompatibleThreadStateException, in invokeMethod()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DClassNotLoadedException.java71 public class ClassNotLoadedException extends Exception class
76 public ClassNotLoadedException(String className) { in ClassNotLoadedException() method in ClassNotLoadedException
81 public ClassNotLoadedException(String className, String message) { in ClassNotLoadedException() method in ClassNotLoadedException
DArrayReference.java131 ClassNotLoadedException; in setValue()
162 ClassNotLoadedException; in setValues()
209 ClassNotLoadedException; in setValues()
DClassType.java124 throws InvalidTypeException, ClassNotLoadedException; in setValue()
243 ClassNotLoadedException, in invokeMethod()
349 ClassNotLoadedException, in newInstance()
DObjectReference.java138 throws InvalidTypeException, ClassNotLoadedException; in setValue()
275 ClassNotLoadedException, in invokeMethod()
DMethod.java81 Type returnType() throws ClassNotLoadedException; in returnType()
130 List<Type> argumentTypes() throws ClassNotLoadedException; in argumentTypes()
DArrayType.java96 Type componentType() throws ClassNotLoadedException; in componentType()
DField.java98 Type type() throws ClassNotLoadedException; in type()
DLocalVariable.java93 Type type() throws ClassNotLoadedException; in type()
DInterfaceType.java196 ClassNotLoadedException, in invokeMethod()
DStackFrame.java222 throws InvalidTypeException, ClassNotLoadedException; in setValue()
DThreadReference.java470 ClassNotLoadedException, in forceEarlyReturn()

12