summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/RootRequiresMoreInformation.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/vaadin/RootRequiresMoreInformation.java')
-rw-r--r--src/com/vaadin/RootRequiresMoreInformation.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/com/vaadin/RootRequiresMoreInformation.java b/src/com/vaadin/RootRequiresMoreInformation.java
new file mode 100644
index 0000000000..5fa86fa044
--- /dev/null
+++ b/src/com/vaadin/RootRequiresMoreInformation.java
@@ -0,0 +1,17 @@
+/*
+@ITMillApache2LicenseForJavaFiles@
+ */
+
+package com.vaadin;
+
+/**
+ * Exception that is thrown to indicate that creating or initializing the root
+ * requires information from the web browser (e.g. screen size or URI fragment)
+ * to be present.
+ *
+ * This exception may not be thrown if that information is already present in
+ * the current WrappedRequest.
+ */
+public class RootRequiresMoreInformation extends Exception {
+ // Nothing of interest here
+}