|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.tiles.TilesException org.apache.tiles.renderer.RendererException
public class RendererException
Exception for attribute rendition events.
Constructor Summary | |
---|---|
RendererException()
Constructor. |
|
RendererException(Exception e)
Create a new RendererException wrapping an existing
exception. |
|
RendererException(String message)
Constructor. |
|
RendererException(String message,
Exception e)
Create a new RendererException from an existing exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RendererException()
public RendererException(String message)
message
- The error or warning message.public RendererException(Exception e)
RendererException
wrapping an existing
exception.
The existing exception will be embedded in the new one, and its message will become the default message for the TilesException.
e
- The exception to be wrapped.public RendererException(String message, Exception e)
RendererException
from an existing exception.
The existing exception will be embedded in the new one, but the new exception will have its own message.
message
- The detail message.e
- The exception to be wrapped.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |