Package com.vaadin.ui

Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)