Package org.apache.tiles.impl
Class InvalidTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.TilesException
org.apache.tiles.impl.InvalidTemplateException
- All Implemented Interfaces:
Serializable
An invalid template has been identified.
- Since:
- 2.1.0
- Version:
- $Rev: 943985 $ $Date: 2010-05-14 05:30:49 +1000 (Fri, 14 May 2010) $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.InvalidTemplateException
(String message) Constructor.InvalidTemplateException
(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
-
InvalidTemplateException
public InvalidTemplateException()Constructor.- Since:
- 2.1.0
-
InvalidTemplateException
Constructor.- Parameters:
message
- The detail message.- Since:
- 2.1.0
-
InvalidTemplateException
Constructor.- Parameters:
e
- The exception to be wrapped.- Since:
- 2.1.0
-
InvalidTemplateException
Constructor.- Parameters:
message
- The detail message.e
- The exception to be wrapped.- Since:
- 2.1.0
-