|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.request.RequestException
org.apache.tiles.request.NotAvailableFeatureException
org.apache.tiles.request.freemarker.NotAvailableFreemarkerServletException
public class NotAvailableFreemarkerServletException
Thrown when a the Freemarker servlet is not available.
| Constructor Summary | |
|---|---|
NotAvailableFreemarkerServletException()
Constructor. |
|
NotAvailableFreemarkerServletException(String message)
Constructor. |
|
NotAvailableFreemarkerServletException(String message,
Throwable e)
Constructor. |
|
NotAvailableFreemarkerServletException(Throwable 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 NotAvailableFreemarkerServletException()
public NotAvailableFreemarkerServletException(String message)
message - The detail message.public NotAvailableFreemarkerServletException(Throwable e)
e - The cause to be wrapped.
public NotAvailableFreemarkerServletException(String message,
Throwable e)
message - The detail message.e - The cause to be wrapped.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||