public class ControlException extends SeleniumToolsException
文件名:ControlException.java
用途: 获取控件有误时抛出的异常
编码时间:2020年11月30日上午8:37:49
修改时间:2022年3月25日上午8:42:39
Constructor and Description |
---|
ControlException() |
ControlException(String message) |
ControlException(String controlName,
String enumName)
用于对控件枚举不存在抛出异常时编写的基础信息
|
ControlException(String message,
Throwable cause) |
ControlException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ControlException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ControlException()
public ControlException(String message)
public ControlException(Throwable cause)
public ControlException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2024. All rights reserved.