|
||||||||||
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.velocity.TilesVelocityException
public class TilesVelocityException
Exception connected to the usage of Velocity and Tiles.
Constructor Summary | |
---|---|
TilesVelocityException()
Constructor. |
|
TilesVelocityException(Exception e)
Constructor. |
|
TilesVelocityException(String message)
Constructor. |
|
TilesVelocityException(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 TilesVelocityException()
public TilesVelocityException(String message)
message
- The message of the exception.public TilesVelocityException(Exception e)
e
- The cause of the exception.public TilesVelocityException(String message, Exception e)
message
- The message of the exception.e
- The cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |