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:
java.io.Serializable
public class NoSuchContainerException extends TilesException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchContainerException()
Constructor.NoSuchContainerException(java.lang.String message)
Constructor.NoSuchContainerException(java.lang.String message, java.lang.Throwable e)
Constructor.NoSuchContainerException(java.lang.Throwable e)
Constructor.
-
-
-
Constructor Detail
-
NoSuchContainerException
public NoSuchContainerException()
Constructor.- Since:
- 2.1.0
-
NoSuchContainerException
public NoSuchContainerException(java.lang.String message)
Constructor.- Parameters:
message
- The detail message.- Since:
- 2.1.0
-
NoSuchContainerException
public NoSuchContainerException(java.lang.Throwable e)
Constructor.- Parameters:
e
- The exception to be wrapped.- Since:
- 2.1.0
-
NoSuchContainerException
public NoSuchContainerException(java.lang.String message, java.lang.Throwable e)
Constructor.- Parameters:
message
- The detail message.e
- The exception to be wrapped.- Since:
- 2.1.0
-
-