| 异常错误 | 说明 |
|---|---|
| AliasDuplicateException |
named for properties of tuple, when the alias is duplication, will throw AliasDuplicateException
为元组(tuple)的属性起别名,别名重复时将会抛出此异常 |
| AliasNotFoundException |
Get element by alias in tuple, when the alias is not found, will throw AliasNotFoundException
通过别名找元组(Tuple)中的元素,别名找不到时将会抛出此异常 |
| AliasNotSetException |
Call
Tuple.elementWithAlias(int) before Tuple.alias(com.iofairy.tuple.TupleAlias...), will throw AliasNotSetException.在调用 Tuple.alias(com.iofairy.tuple.TupleAlias...) 之前调用 Tuple.elementWithAlias(int),将抛出此异常 |
| CircularReferencesException |
When the circular reference occurs, will throw
CircularReferencesException. |
| NumberOfAliasesException |
When setting tuple's aliases and the number of aliases is not match for tuple's elements
Tuple.arity() , will throw NumberOfAliasesException为元组(Tuple)的元素设置别名时,如果设置的别名的数量与元组的元素数量不匹配,将会抛出此异常 |
| OutOfBoundsException |
When the value is out of bounds, will throw OutOfBoundsException.
|
| UndefinedVariableException |
No variable was found during string interpolation, will throw
UndefinedVariableException. |
| UnexpectedParameterException |
When parameters are not expected, will throw UnexpectedParameterException.
|
Copyright © 2023 io-fairy. All rights reserved.