Searched refs:IllegalConnectorArgumentsException (Results 1 - 25 of 31) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/
H A DIllegalConnectorArgumentsException.java39 public class IllegalConnectorArgumentsException extends Exception class in inherits:Exception
44 * Construct an <code>IllegalConnectorArgumentsException</code>
50 public IllegalConnectorArgumentsException(String s, method in class:IllegalConnectorArgumentsException
58 * Construct an <code>IllegalConnectorArgumentsException</code>
65 public IllegalConnectorArgumentsException(String s, List<String> names) { method in class:IllegalConnectorArgumentsException
H A DListeningConnector.java80 * @throws IllegalConnectorArgumentsException when one of the
84 throws IOException, IllegalConnectorArgumentsException;
93 * @throws IllegalConnectorArgumentsException when one of the
97 throws IOException, IllegalConnectorArgumentsException;
111 * @throws IllegalConnectorArgumentsException when one of the
115 throws IOException, IllegalConnectorArgumentsException;
H A DAttachingConnector.java64 * @throws IllegalConnectorArgumentsException when one of the
68 throws IOException, IllegalConnectorArgumentsException;
H A DLaunchingConnector.java66 * @throws IllegalConnectorArgumentsException when one of the
72 throws IOException, IllegalConnectorArgumentsException,
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DGenericListeningConnector.java105 throws IOException, IllegalConnectorArgumentsException
109 throw new IllegalConnectorArgumentsException("Already listening",
120 throws IOException, IllegalConnectorArgumentsException
127 throws IOException, IllegalConnectorArgumentsException
131 throw new IllegalConnectorArgumentsException("Not listening",
140 throws IOException, IllegalConnectorArgumentsException
H A DGenericAttachingConnector.java109 throws IOException, IllegalConnectorArgumentsException
127 throws IOException, IllegalConnectorArgumentsException
H A DRawCommandLineLauncher.java102 throws IOException, IllegalConnectorArgumentsException,
111 throw new IllegalConnectorArgumentsException("Invalid length",
H A DSunCommandLineLauncher.java141 throws IOException, IllegalConnectorArgumentsException,
156 throw new IllegalConnectorArgumentsException("Invalid length",
162 throw new IllegalConnectorArgumentsException("Cannot debug with a JIT compiler",
H A DSocketAttachingConnector.java83 throws IOException, IllegalConnectorArgumentsException
H A DSocketListeningConnector.java69 throws IOException, IllegalConnectorArgumentsException
H A DConnectorImpl.java100 throws IllegalConnectorArgumentsException {
104 throw new IllegalConnectorArgumentsException(
110 throw new IllegalConnectorArgumentsException(
114 throw new IllegalConnectorArgumentsException(
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DSACoreAttachingConnector.java106 IllegalConnectorArgumentsException {
109 throw new IllegalConnectorArgumentsException("javaExec should be non-null and non-empty",
114 throw new IllegalConnectorArgumentsException("corefile should be non-null and non-empty",
H A DSAPIDAttachingConnector.java96 IllegalConnectorArgumentsException {
101 throw (IllegalConnectorArgumentsException) new IllegalConnectorArgumentsException
H A DSADebugServerAttachingConnector.java81 IllegalConnectorArgumentsException {
84 throw new IllegalConnectorArgumentsException("debugServerName should be non-null and non-empty",
H A DConnectorImpl.java310 throws IllegalConnectorArgumentsException {
314 throw new IllegalConnectorArgumentsException(
320 throw new IllegalConnectorArgumentsException(
324 throw new IllegalConnectorArgumentsException(
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryAttachingConnector.java60 throws IOException, IllegalConnectorArgumentsException
H A DSharedMemoryListeningConnector.java62 throws IOException, IllegalConnectorArgumentsException
/openjdk7/hotspot/agent/test/jdi/
H A Dsagclient.java122 } catch (IllegalConnectorArgumentsException ee) {
141 } catch (IllegalConnectorArgumentsException ee) {
161 } catch (IllegalConnectorArgumentsException ee) {
H A DVMConnection.java334 } catch (IllegalConnectorArgumentsException icae) {
353 } catch (IllegalConnectorArgumentsException icae) {
372 } catch (IllegalConnectorArgumentsException icae) {
H A Dmultivm.java127 } catch (IllegalConnectorArgumentsException ee) {
H A Dserialvm.java131 } catch (IllegalConnectorArgumentsException ee) {
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DSimpleLaunchingConnector.java33 import com.sun.jdi.connect.IllegalConnectorArgumentsException;
128 IllegalConnectorArgumentsException,
136 throw new IllegalConnectorArgumentsException("class name missing", ARG_NAME);
/openjdk7/jdk/test/com/sun/jdi/
H A DListenAddress.java66 throws IOException, IllegalConnectorArgumentsException
H A DVMConnection.java361 } catch (IllegalConnectorArgumentsException icae) {
380 } catch (IllegalConnectorArgumentsException icae) {
399 } catch (IllegalConnectorArgumentsException icae) {
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DVMConnection.java503 } catch (IllegalConnectorArgumentsException icae) {
523 } catch (IllegalConnectorArgumentsException icae) {
542 } catch (IllegalConnectorArgumentsException icae) {

Completed in 55 milliseconds

12