Serializablepublic class IllegalConnectorArgumentsException extends Exception
Connector.| Constructor | Description |
|---|---|
IllegalConnectorArgumentsException(String s,
String name) |
Construct an
IllegalConnectorArgumentsException
with the specified detail message and the name of the argument
which is invalid or inconsistent. |
IllegalConnectorArgumentsException(String s,
List<String> names) |
Construct an
IllegalConnectorArgumentsException
with the specified detail message and a List of
names of arguments which are invalid or inconsistent. |
| Modifier and Type | Method | Description |
|---|---|---|
List<String> |
argumentNames() |
Return a
List containing the names of the
invalid or inconsistent arguments. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalConnectorArgumentsException(String s, String name)
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.public IllegalConnectorArgumentsException(String s, List<String> names)
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. Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1