public class SeleniumToolsException extends AuxiliaryToolsException
文件名:SeleniumToolsException.java
用途: 定义selenium工具所有异常类的父类
编码时间:2022年3月25日 上午8:07:51
修改时间:2022年3月25日 上午8:07:51
Constructor and Description |
---|
SeleniumToolsException() |
SeleniumToolsException(String message) |
SeleniumToolsException(String message,
Throwable cause) |
SeleniumToolsException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
SeleniumToolsException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SeleniumToolsException()
public SeleniumToolsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public SeleniumToolsException(String message)
public SeleniumToolsException(Throwable cause)
Copyright © 2024. All rights reserved.