com.vaadin.ui
Class UIDetachedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.vaadin.ui.UIDetachedException
All Implemented Interfaces:
java.io.Serializable

public class UIDetachedException
extends java.lang.RuntimeException

Exception thrown if the UI has been detached when it should not be.

Since:
7.1
Author:
Vaadin Ltd
See Also:
Serialized Form

Constructor Summary
UIDetachedException()
           
UIDetachedException(java.lang.String message)
           
UIDetachedException(java.lang.String message, java.lang.Throwable cause)
           
UIDetachedException(java.lang.Throwable cause)
           
 
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

UIDetachedException

public UIDetachedException()

UIDetachedException

public UIDetachedException(java.lang.String message,
                           java.lang.Throwable cause)

UIDetachedException

public UIDetachedException(java.lang.String message)

UIDetachedException

public UIDetachedException(java.lang.Throwable cause)


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