|
||||||||||
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.factory.NotAvailableFeatureException
public class NotAvailableFeatureException
Exception that indicates that a feature could not be used since it is not available.
Constructor Summary | |
---|---|
NotAvailableFeatureException()
Constructor. |
|
NotAvailableFeatureException(String message)
Constructor. |
|
NotAvailableFeatureException(String message,
Throwable e)
Constructor. |
|
NotAvailableFeatureException(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 NotAvailableFeatureException()
public NotAvailableFeatureException(String message)
message
- The detail message.public NotAvailableFeatureException(Throwable e)
e
- The cause to be wrapped.public NotAvailableFeatureException(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 |