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
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentGoneException
public DocumentGoneException()
-