| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.TilesException
org.apache.tiles.impl.InvalidTemplateException
public class InvalidTemplateException
An invalid template has been identified.
| Constructor Summary | |
|---|---|
| InvalidTemplateException()Constructor. | |
| InvalidTemplateException(Exception e)Constructor. | |
| InvalidTemplateException(String message)Constructor. | |
| InvalidTemplateException(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 InvalidTemplateException()
public InvalidTemplateException(String message)
message - The detail message.public InvalidTemplateException(Exception e)
e - The exception to be wrapped.
public InvalidTemplateException(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 | |||||||||