public class InvalidTemplateException extends TilesException
Constructor and Description |
---|
InvalidTemplateException()
Constructor.
|
InvalidTemplateException(String message)
Constructor.
|
InvalidTemplateException(String message,
Throwable e)
Constructor.
|
InvalidTemplateException(Throwable e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidTemplateException()
public InvalidTemplateException(String message)
message
- The detail message.public InvalidTemplateException(Throwable e)
e
- The exception to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.