com.vaadin.ui
Class UIDetachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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.