org.ofbiz.widget.screen
Class ScreenRenderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ofbiz.base.util.GeneralException
org.ofbiz.widget.screen.ScreenRenderException
- All Implemented Interfaces:
- java.io.Serializable
public class ScreenRenderException
- extends GeneralException
Wraps any exceptions encountered during the rendering of
a screen. It is thrown to the top of the recursive
rendering process so that we avoid having to log redundant
exceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScreenRenderException
public ScreenRenderException()
ScreenRenderException
public ScreenRenderException(java.lang.Throwable nested)
ScreenRenderException
public ScreenRenderException(java.lang.String str)
ScreenRenderException
public ScreenRenderException(java.lang.String str,
java.lang.Throwable nested)