Searched refs:AbsentInformationException (Results 1 - 25 of 46) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DAbsentInformationException.java34 public class AbsentInformationException extends Exception class in inherits:Exception
36 public AbsentInformationException() method in class:AbsentInformationException
41 public AbsentInformationException(String s) method in class:AbsentInformationException
H A DLocation.java126 * @throws AbsentInformationException if the source name is not
129 String sourceName() throws AbsentInformationException;
152 * @throws AbsentInformationException if the source name is not
158 throws AbsentInformationException;
171 * @throws AbsentInformationException if the source name is not
174 String sourcePath() throws AbsentInformationException;
204 * @throws AbsentInformationException if the source name is not
210 throws AbsentInformationException;
H A DMethod.java214 * @throws AbsentInformationException if there is no line
218 List<Location> allLineLocations() throws AbsentInformationException;
249 * @throws AbsentInformationException if there is no line
257 throws AbsentInformationException;
275 * @throws AbsentInformationException if there is no line
278 List<Location> locationsOfLine(int lineNumber) throws AbsentInformationException;
308 * @throws AbsentInformationException if there is no line
317 throws AbsentInformationException;
343 * @throws AbsentInformationException if there is no variable
349 List<LocalVariable> variables() throws AbsentInformationException;
[all...]
H A DReferenceType.java136 * AbsentInformationException is always thrown.
139 * @throws AbsentInformationException if the source name is not
142 String sourceName() throws AbsentInformationException;
164 * @throws AbsentInformationException if the source names are not
168 * AbsentInformationException is always thrown.
172 List<String> sourceNames(String stratum) throws AbsentInformationException;
198 * @throws AbsentInformationException if the source names are not
202 * AbsentInformationException is always thrown.
206 List<String> sourcePaths(String stratum) throws AbsentInformationException;
216 * @throws AbsentInformationException i
[all...]
H A DStackFrame.java136 * @throws AbsentInformationException if there is no local variable
143 List<LocalVariable> visibleVariables() throws AbsentInformationException;
154 * @throws AbsentInformationException if there is no local variable
161 LocalVariable visibleVariableByName(String name) throws AbsentInformationException;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLineInfo.java35 String liSourceName() throws AbsentInformationException;
37 String liSourcePath() throws AbsentInformationException;
H A DStratumLineInfo.java52 throws AbsentInformationException {
54 throw new AbsentInformationException();
60 throws AbsentInformationException {
62 throw new AbsentInformationException();
H A DNonConcreteMethodImpl.java98 public List variables() throws AbsentInformationException {
99 throw new AbsentInformationException();
102 public List variablesByName(String name) throws AbsentInformationException {
103 throw new AbsentInformationException();
106 public List arguments() throws AbsentInformationException {
107 throw new AbsentInformationException();
114 int argSlotCount() throws AbsentInformationException {
H A DBaseLineInfo.java48 throws AbsentInformationException {
53 throws AbsentInformationException {
H A DLocationImpl.java177 public String sourceName() throws AbsentInformationException {
182 throws AbsentInformationException {
187 throws AbsentInformationException {
191 public String sourcePath() throws AbsentInformationException {
196 throws AbsentInformationException {
201 throws AbsentInformationException {
H A DMethodImpl.java41 abstract int argSlotCount() throws AbsentInformationException;
44 throws AbsentInformationException;
48 throws AbsentInformationException;
156 throws AbsentInformationException {
162 throws AbsentInformationException {
168 throws AbsentInformationException {
176 throws AbsentInformationException {
H A DConcreteMethodImpl.java83 int argSlotCount() throws AbsentInformationException {
239 throws AbsentInformationException {
257 throws AbsentInformationException {
261 throw new AbsentInformationException();
269 int lineNumber) throws AbsentInformationException {
273 throw new AbsentInformationException();
348 public List variables() throws AbsentInformationException {
352 public List variablesByName(String name) throws AbsentInformationException {
366 public List arguments() throws AbsentInformationException {
404 private List getVariables() throws AbsentInformationException {
[all...]
H A DReferenceTypeImpl.java614 public String sourceName() throws AbsentInformationException {
619 throws AbsentInformationException {
630 throws AbsentInformationException {
640 String baseSourceName() throws AbsentInformationException {
642 throw new AbsentInformationException();
648 throw new AbsentInformationException();
652 String baseSourcePath() throws AbsentInformationException {
671 throws AbsentInformationException {
677 throw new AbsentInformationException();
774 throws AbsentInformationException {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLineInfo.java36 String liSourceName() throws AbsentInformationException;
38 String liSourcePath() throws AbsentInformationException;
H A DStratumLineInfo.java53 throws AbsentInformationException {
55 throw new AbsentInformationException();
61 throws AbsentInformationException {
63 throw new AbsentInformationException();
H A DNonConcreteMethodImpl.java93 public List<LocalVariable> variables() throws AbsentInformationException {
94 throw new AbsentInformationException();
97 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException {
98 throw new AbsentInformationException();
101 public List<LocalVariable> arguments() throws AbsentInformationException {
102 throw new AbsentInformationException();
109 int argSlotCount() throws AbsentInformationException {
H A DBaseLineInfo.java49 throws AbsentInformationException {
54 throws AbsentInformationException {
H A DLocationImpl.java180 public String sourceName() throws AbsentInformationException {
185 throws AbsentInformationException {
190 throws AbsentInformationException {
194 public String sourcePath() throws AbsentInformationException {
199 throws AbsentInformationException {
204 throws AbsentInformationException {
H A DConcreteMethodImpl.java104 throws AbsentInformationException {
121 throws AbsentInformationException {
125 throw new AbsentInformationException();
135 throws AbsentInformationException {
139 throw new AbsentInformationException();
216 public List<LocalVariable> variables() throws AbsentInformationException {
220 public List<LocalVariable> variablesByName(String name) throws AbsentInformationException {
234 public List<LocalVariable> arguments() throws AbsentInformationException {
268 int argSlotCount() throws AbsentInformationException {
440 private List<LocalVariable> getVariables1_4() throws AbsentInformationException {
[all...]
H A DMethodImpl.java38 abstract int argSlotCount() throws AbsentInformationException;
42 throws AbsentInformationException;
47 throws AbsentInformationException;
95 throws AbsentInformationException {
101 throws AbsentInformationException {
107 throws AbsentInformationException {
115 throws AbsentInformationException {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DSourceNameReferenceTypeSpec.java59 } catch(AbsentInformationException exc) {
63 } catch(AbsentInformationException exc) {
/openjdk7/jdk/test/com/sun/jdi/
H A DSourceNameFilterTest.java131 } catch (AbsentInformationException ee) {
140 } catch (AbsentInformationException ee) {
160 } catch (AbsentInformationException ee) {
H A DNoLocInfoTest.java28 * throw AbsentInformationException exception
129 failure("Failure: com.sun.jdi.AbsentInformationException was expected; " +
132 catch (com.sun.jdi.AbsentInformationException ex) {
133 println("Success: com.sun.jdi.AbsentInformationException thrown as expected");
151 catch (com.sun.jdi.AbsentInformationException ex) {
152 failure("Failure: com.sun.jdi.AbsentInformationException was not expected; ");
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DSourceMapper.java38 import com.sun.jdi.AbsentInformationException;
125 } catch (AbsentInformationException e) {
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DFilterMangleTest.java132 } catch (AbsentInformationException ee) {
141 } catch (AbsentInformationException ee) {

Completed in 1750 milliseconds

12