public class IncorrectFileException extends SikuliToolsExcepton
文件名:IncorrectFileException.java
用途: 当sikuli工具使用中文件或文件夹路径存在异常时,抛出的异常
编码时间:2022年2月17日 下午1:58:15
修改时间:2022年2月17日 下午1:58:15
Constructor and Description |
---|
IncorrectFileException() |
IncorrectFileException(String arg0) |
IncorrectFileException(String arg0,
Throwable arg1) |
IncorrectFileException(String arg0,
Throwable arg1,
boolean arg2,
boolean arg3) |
IncorrectFileException(Throwable arg0) |
Modifier and Type | Method and Description |
---|---|
static IncorrectFileException |
throwLanguageException(String path,
String languageName)
该方法用于针对语言包相关内容抛出的异常
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectFileException()
public IncorrectFileException(String arg0)
public IncorrectFileException(Throwable arg0)
public static IncorrectFileException throwLanguageException(String path, String languageName)
path
- 语言包所在路径languageName
- 语言包名称Copyright © 2024. All rights reserved.