mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
[xdata] Add message to IllegalArgumentException
This commit is contained in:
parent
3e8666cd91
commit
b7fe56fb9b
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ public class FillableForm extends FilledForm {
|
|||
case list_single:
|
||||
return FormField.listSingleBuilder(fieldName);
|
||||
default:
|
||||
throw new IllegalArgumentException();
|
||||
throw new IllegalArgumentException("Unsupported type: " + type);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue