com.vaadin
Class RootRequiresMoreInformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.vaadin.RootRequiresMoreInformationException
All Implemented Interfaces:
Serializable

public class RootRequiresMoreInformationException
extends Exception

Exception that is thrown to indicate that creating or initializing the root requires information detailed from the web browser (WrappedRequest.BrowserDetails) to be present. This exception may not be thrown if that information is already present in the current WrappedRequest.

Since:
7.0
See Also:
Application.getRoot(WrappedRequest), WrappedRequest.getBrowserDetails(), Serialized Form

Constructor Summary
RootRequiresMoreInformationException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootRequiresMoreInformationException

public RootRequiresMoreInformationException()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.