public class IllegalConnectorArgumentsException extends Exception
Connector
.Constructor and 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 and 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.
Copyright © 1999, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-06-25-232344.buildd.src