Home
last modified time | relevance | path

Searched refs:IllegalConnectorArgumentsException (Results 1 – 13 of 13) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DGenericListeningConnector.java105 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()
DSunCommandLineLauncher.java141 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()
DConnectorImpl.java100 throws IllegalConnectorArgumentsException { in argument()
104 throw new IllegalConnectorArgumentsException( in argument()
110 throw new IllegalConnectorArgumentsException( in argument()
114 throw new IllegalConnectorArgumentsException( in argument()
DGenericAttachingConnector.java109 throws IOException, IllegalConnectorArgumentsException in attach()
127 throws IOException, IllegalConnectorArgumentsException in attach()
DRawCommandLineLauncher.java102 throws IOException, IllegalConnectorArgumentsException, in launch()
111 throw new IllegalConnectorArgumentsException("Invalid length", in launch()
DSocketListeningConnector.java69 throws IOException, IllegalConnectorArgumentsException in startListening()
DSocketAttachingConnector.java83 throws IOException, IllegalConnectorArgumentsException in attach()
DProcessAttachingConnector.java85 throws IOException, IllegalConnectorArgumentsException in attach()
DAbstractLauncher.java45 IllegalConnectorArgumentsException, in launch()
/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
DListeningConnector.java85 throws IOException, IllegalConnectorArgumentsException; in startListening()
98 throws IOException, IllegalConnectorArgumentsException; in stopListening()
116 throws IOException, IllegalConnectorArgumentsException; in accept()
DIllegalConnectorArgumentsException.java40 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
DAttachingConnector.java69 throws IOException, IllegalConnectorArgumentsException; in attach()
DLaunchingConnector.java73 throws IOException, IllegalConnectorArgumentsException, in launch()