Package org.apache.tiles
Class NoSuchContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.TilesException
org.apache.tiles.NoSuchContainerException
- All Implemented Interfaces:
Serializable
Indicates that a keyed container has not been found.
- Since:
- 2.1.0
- Version:
- $Rev: 927573 $ $Date: 2010-03-26 07:01:07 +1100 (Fri, 26 Mar 2010) $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.NoSuchContainerException
(String message) Constructor.NoSuchContainerException
(String message, Throwable e) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchContainerException
public NoSuchContainerException()Constructor.- Since:
- 2.1.0
-
NoSuchContainerException
Constructor.- Parameters:
message
- The detail message.- Since:
- 2.1.0
-
NoSuchContainerException
Constructor.- Parameters:
e
- The exception to be wrapped.- Since:
- 2.1.0
-
NoSuchContainerException
Constructor.- Parameters:
message
- The detail message.e
- The exception to be wrapped.- Since:
- 2.1.0
-