Package org.apache.tiles.factory
Class TilesContainerFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.TilesException
org.apache.tiles.factory.TilesContainerFactoryException
- All Implemented Interfaces:
Serializable
Indicates that something went wrong in
TilesContainerFactory
use.- Since:
- 2.1.0
- Version:
- $Rev: 943645 $ $Date: 2010-05-13 05:33:19 +1000 (Thu, 13 May 2010) $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.TilesContainerFactoryException
(String message) Constructor.TilesContainerFactoryException
(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
-
TilesContainerFactoryException
public TilesContainerFactoryException()Constructor.- Since:
- 2.1.0
-
TilesContainerFactoryException
Constructor.- Parameters:
message
- The detail message.- Since:
- 2.1.0
-
TilesContainerFactoryException
Constructor.- Parameters:
e
- The exception to be wrapped.- Since:
- 2.1.0
-
TilesContainerFactoryException
Constructor.- Parameters:
message
- The detail message.e
- The exception to be wrapped.- Since:
- 2.1.0
-