Package org.apache.tiles.request.render
Class CannotRenderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.request.RequestException
org.apache.tiles.request.render.RenderException
org.apache.tiles.request.render.CannotRenderException
- All Implemented Interfaces:
- Serializable
Indicates that something went wrong during the rendering process.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCannotRenderException(String message) Constructor.CannotRenderException(String message, Throwable e) Constructor.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CannotRenderExceptionConstructor.- Parameters:
- message- The detail message.
 
- 
CannotRenderExceptionConstructor.- Parameters:
- message- The detail message.
- e- The exception to be wrapped.
 
 
-