Module org.apache.wicket.core
Class StalePageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.wicket.WicketRuntimeException
org.apache.wicket.core.request.mapper.StalePageException
- All Implemented Interfaces:
Serializable
,IWicketInternalException
Exception invoked when when stale link has been clicked. The page should then be rerendered with
an explanatory error message.
- Author:
- Matej Knopp
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSuppress loading of the stacktrace because it is not needed.getPage()
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StalePageException
Construct.- Parameters:
page
-
-
-
Method Details
-
getPage
- Returns:
- page instance
-
fillInStackTrace
Suppress loading of the stacktrace because it is not needed.- Overrides:
fillInStackTrace
in classThrowable
- See Also:
-