ConfigurationException
public class ConfigurationException
extends HarnessException
java.lang.Object | ||
↳ | com.android.tradefed.error.HarnessException | |
↳ | com.android.tradefed.config.ConfigurationException |
Ném nếu không thể tải cấu hình.
Bản tóm tắt
Các nhà xây dựng công cộng | |
---|---|
ConfigurationException (String msg) Tạo một | |
ConfigurationException (String msg, ErrorIdentifier error) Tạo một | |
ConfigurationException (String msg, Throwable cause) Tạo một | |
ConfigurationException (String msg, Throwable cause, ErrorIdentifier error) Tạo một |
Các nhà xây dựng công cộng
ConfigurationException
public ConfigurationException (String msg)
Tạo một ConfigurationException
.
Thông số | |
---|---|
msg | String : một thông báo lỗi có ý nghĩa |
ConfigurationException
public ConfigurationException (String msg, ErrorIdentifier error)
Tạo một ConfigurationException
.
Thông số | |
---|---|
msg | String : một thông báo lỗi có ý nghĩa |
error | ErrorIdentifier : ErrorIdentifier liên kết với ngoại lệ |
ConfigurationException
public ConfigurationException (String msg, Throwable cause)
Tạo một ConfigurationException
.
Thông số | |
---|---|
msg | String : một thông báo lỗi có ý nghĩa |
cause | Throwable : có Throwable đại diện cho nguyên nhân ban đầu của lỗi |
ConfigurationException
public ConfigurationException (String msg, Throwable cause, ErrorIdentifier error)
Tạo một ConfigurationException
.
Thông số | |
---|---|
msg | String : một thông báo lỗi có ý nghĩa |
cause | Throwable : có Throwable đại diện cho nguyên nhân ban đầu của lỗi |
error | ErrorIdentifier : ErrorIdentifier liên kết với ngoại lệ |