Java Debug Interface

com.sun.jdi.connect
Class IllegalConnectorArgumentsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.jdi.connect.IllegalConnectorArgumentsException
All Implemented Interfaces:
Serializable

public class IllegalConnectorArgumentsException
extends Exception

Thrown to indicate an invalid argument or inconsistent passed to a Connector.

Since:
1.3
See Also:
Serialized Form

Constructor Summary
IllegalConnectorArgumentsException(String s, List names)
           
IllegalConnectorArgumentsException(String s, String name)
           
 
Method Summary
 List argumentNames()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalConnectorArgumentsException

public IllegalConnectorArgumentsException(String s,
                                          String name)

IllegalConnectorArgumentsException

public IllegalConnectorArgumentsException(String s,
                                          List names)
Method Detail

argumentNames

public List argumentNames()

Java Debug Interface