UnsupportedArchiveException
扩展自 InvalidArgumentException定义不支持的归档适配器的异常类
自 |
2.0.0 |
---|---|
包 |
Joomla 框架 |
方法
__construct
构造函数
__construct( adapterType, message = '', code, \Throwable previous = null) :
自 |
2.0.0-beta2 |
---|
参数
- adapterType
string
不支持的适配器类型。- message
string
要抛出的异常消息。- code
int
异常代码。- previous
Throwable|null
用于异常链的先前可抛出对象。
返回值
混合
getUnsupportedAdapterType
获取不支持的适配器类型的名称
getUnsupportedAdapterType() :
自 |
2.0.0-beta2 |
---|
返回值
字符串
属性
adapterType
不支持的归档适配器名称
自 |
2.0.0-beta2 |
---|
类型(s)
字符串