|
||||||||||
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.NoSuchContainerException
public class NoSuchContainerException
Indicates that a keyed container has not been found.
Constructor Summary | |
---|---|
NoSuchContainerException()
Constructor. |
|
NoSuchContainerException(Exception e)
Constructor. |
|
NoSuchContainerException(String message)
Constructor. |
|
NoSuchContainerException(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 NoSuchContainerException()
public NoSuchContainerException(String message)
message
- The detail message.public NoSuchContainerException(Exception e)
e
- The exception to be wrapped.public NoSuchContainerException(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 |