|
||||||||||
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.impl.CannotRenderException
public class CannotRenderException
Indicates that something went wrong during the rendering process.
Constructor Summary | |
---|---|
CannotRenderException()
Constructor. |
|
CannotRenderException(Exception e)
Constructor. |
|
CannotRenderException(String message)
Constructor. |
|
CannotRenderException(String message,
Exception e)
Constructor. |
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 CannotRenderException()
public CannotRenderException(String message)
message
- The detail message.public CannotRenderException(Exception e)
e
- The exception to be wrapped.public CannotRenderException(String message, Exception e)
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 |