Class IllegalConnectorArgumentsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jdi.connect.IllegalConnectorArgumentsException
- All Implemented Interfaces:
- Serializable
- 
Constructor SummaryConstructorsConstructorDescriptionConstruct anIllegalConnectorArgumentsExceptionwith the specified detail message and the name of the argument which is invalid or inconsistent.IllegalConnectorArgumentsException(String s, List<String> names) Construct anIllegalConnectorArgumentsExceptionwith the specified detail message and aListof names of arguments which are invalid or inconsistent.
- 
Method SummaryModifier and TypeMethodDescriptionReturn aListcontaining the names of the invalid or inconsistent arguments.Methods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
IllegalConnectorArgumentsExceptionConstruct anIllegalConnectorArgumentsExceptionwith the specified detail message and the name of the argument which is invalid or inconsistent.- Parameters:
- s- the detailed message.
- name- the name of the invalid or inconsistent argument.
 
- 
IllegalConnectorArgumentsExceptionConstruct anIllegalConnectorArgumentsExceptionwith the specified detail message and aListof names of arguments which are invalid or inconsistent.- Parameters:
- s- the detailed message.
- names- a- Listcontaining the names of the invalid or inconsistent argument.
 
 
- 
- 
Method Details- 
argumentNames
 
-