java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | com.sun.jdi.connect.IllegalConnectorArgumentsException |
Thrown to indicate an invalid argument or
inconsistent passed to a Connector
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct an
IllegalConnectorArgumentsException
with the specified detail message and the name of the argument
which is invalid or inconsistent. | |||||||||||
Construct an
IllegalConnectorArgumentsException
with the specified detail message and a List of
names of arguments which are invalid or inconsistent. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a
List containing the names of the
invalid or inconsistent arguments. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Construct an IllegalConnectorArgumentsException
with the specified detail message and the name of the argument
which is invalid or inconsistent.
s | the detailed message. |
---|---|
name | the name of the invalid or inconsistent argument. |
Construct an IllegalConnectorArgumentsException
with the specified detail message and a List
of
names of arguments which are invalid or inconsistent.
s | the detailed message. |
---|---|
names | a List containing the names of the
invalid or inconsistent argument.
|
Return a List
containing the names of the
invalid or inconsistent arguments.
List
of argument names.