/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | GenericListeningConnector.java | 105 throws IOException, IllegalConnectorArgumentsException in startListening() 109 throw new IllegalConnectorArgumentsException("Already listening", in startListening() 120 throws IOException, IllegalConnectorArgumentsException in startListening() 127 throws IOException, IllegalConnectorArgumentsException in stopListening() 131 throw new IllegalConnectorArgumentsException("Not listening", in stopListening() 140 throws IOException, IllegalConnectorArgumentsException in accept()
|
D | SunCommandLineLauncher.java | 141 throws IOException, IllegalConnectorArgumentsException, in launch() 156 throw new IllegalConnectorArgumentsException("Invalid length", in launch() 162 throw new IllegalConnectorArgumentsException("Cannot debug with a JIT compiler", in launch()
|
D | GenericAttachingConnector.java | 109 throws IOException, IllegalConnectorArgumentsException in attach() 127 throws IOException, IllegalConnectorArgumentsException in attach()
|
D | RawCommandLineLauncher.java | 102 throws IOException, IllegalConnectorArgumentsException, in launch() 111 throw new IllegalConnectorArgumentsException("Invalid length", in launch()
|
D | ConnectorImpl.java | 100 throws IllegalConnectorArgumentsException { in argument() 104 throw new IllegalConnectorArgumentsException( in argument() 110 throw new IllegalConnectorArgumentsException( in argument() 114 throw new IllegalConnectorArgumentsException( in argument()
|
D | SocketListeningConnector.java | 69 throws IOException, IllegalConnectorArgumentsException in startListening()
|
D | SocketAttachingConnector.java | 83 throws IOException, IllegalConnectorArgumentsException in attach()
|
D | ProcessAttachingConnector.java | 85 throws IOException, IllegalConnectorArgumentsException in attach()
|
D | AbstractLauncher.java | 45 IllegalConnectorArgumentsException, in launch()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/ |
D | ListeningConnector.java | 85 throws IOException, IllegalConnectorArgumentsException; in startListening() 98 throws IOException, IllegalConnectorArgumentsException; in stopListening() 116 throws IOException, IllegalConnectorArgumentsException; in accept()
|
D | IllegalConnectorArgumentsException.java | 40 public class IllegalConnectorArgumentsException extends Exception { class 52 public IllegalConnectorArgumentsException(String s, in IllegalConnectorArgumentsException() method in IllegalConnectorArgumentsException 67 public IllegalConnectorArgumentsException(String s, List<String> names) { in IllegalConnectorArgumentsException() method in IllegalConnectorArgumentsException
|
D | AttachingConnector.java | 69 throws IOException, IllegalConnectorArgumentsException; in attach()
|
D | LaunchingConnector.java | 73 throws IOException, IllegalConnectorArgumentsException, in launch()
|
/external/javassist/src/main/javassist/util/ |
D | HotSwapper.java | 29 import com.sun.jdi.connect.IllegalConnectorArgumentsException; 109 throws IOException, IllegalConnectorArgumentsException in HotSwapper() 120 throws IOException, IllegalConnectorArgumentsException in HotSwapper()
|