org.netbeans.jemmy.drivers
public class UnsupportedOperatorException extends JemmyException
Constructor and Description |
---|
UnsupportedOperatorException(Class driver,
Class operator)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
checkSupported(Class driver,
Class[] supported,
Class operator)
Checks if operator class is in the list of supported classes.
|
static void |
checkSupported(Class driver,
String[] supported,
Class operator)
Checks if operator class name is in the list of supported classes names.
|
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
public static void checkSupported(Class driver, Class[] supported, Class operator)
driver
- Driver classsupported
- Supported classes.operator
- Operator class.UnsupportedOperatorException
- if class is not supported.public static void checkSupported(Class driver, String[] supported, Class operator)
driver
- Driver classsupported
- Supported classes names.operator
- Operator class.UnsupportedOperatorException
- if class is not supported.