Skip to content

Commit 2d58ced

Browse files
javier-godoypaodb
authored andcommitted
docs: document IllegalStateException in DynamicTheme.initialize
Close #147
1 parent 2f2b5f2 commit 2d58ced

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/flowingcode/vaadin/addons/demo/DynamicTheme.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ public void initialize(AppShellSettings settings) {
146146
*
147147
* @param response the index HTML response to be modified
148148
* @throws UnsupportedOperationException if the runtime Vaadin version is older than 25
149+
* @throws IllegalStateException if the {@link AppShellConfigurator} is configured with
150+
* the legacy {@link Theme} annotation
149151
*/
150152
public void initialize(IndexHtmlResponse response) {
151153
assertFeatureSupported();

0 commit comments

Comments
 (0)