Class DocumentGoneException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
de.espirit.firstspirit.client.gui.applications.DocumentGoneException
All Implemented Interfaces:
Serializable

public class DocumentGoneException extends IllegalStateException
Exception thrown during access on nodes of documents delivered via BrowserApplication. getCurrentDocument()if the document isn't reachable any more (e.g. browser already navigated to different url).
Since:
4.2.437
See Also:
  • Constructor Details

    • DocumentGoneException

      public DocumentGoneException()