|
||||||||||
| 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.TilesException
org.apache.tiles.factory.NotAvailableFeatureException
org.apache.tiles.portlet.context.NotAPortletEnvironmentException
public class NotAPortletEnvironmentException
Exception that indicates that a resource could not be used because it is not in a portlet environment.
| Constructor Summary | |
|---|---|
NotAPortletEnvironmentException()
Constructor. |
|
NotAPortletEnvironmentException(String message)
Constructor. |
|
NotAPortletEnvironmentException(String message,
Throwable e)
Constructor. |
|
NotAPortletEnvironmentException(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 NotAPortletEnvironmentException()
public NotAPortletEnvironmentException(String message)
message - The detail message.public NotAPortletEnvironmentException(Throwable e)
e - The cause to be wrapped.
public NotAPortletEnvironmentException(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 | |||||||||