mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-24 15:22: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:
|
case list_single:
|
||||||
return FormField.listSingleBuilder(fieldName);
|
return FormField.listSingleBuilder(fieldName);
|
||||||
default:
|
default:
|
||||||
throw new IllegalArgumentException();
|
throw new IllegalArgumentException("Unsupported type: " + type);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue