java.io.Serializablepublic class MissingMandatoryParametersException extends RequestException
Created: 2016. 8. 21.
| Constructor | Description |
|---|---|
MissingMandatoryParametersException(ItemRuleList itemRuleList) |
Creates a new MissingMandatoryParametersException referencing
the specified parameter.
|
| Modifier and Type | Method | Description |
|---|---|---|
ItemRuleList |
getItemRuleList() |
Returns an item rule list that represents missing parameters.
|
public MissingMandatoryParametersException(ItemRuleList itemRuleList)
itemRuleList - an item rule list that represents missing parameterspublic ItemRuleList getItemRuleList()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.