| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.community.template.TemplateException
TemplateException | public class TemplateException extends Exception (Code) | | A TemplateException is thrown when there is an unrecoverable error
in template implementation.
|
TemplateException | public TemplateException(String msg)(Code) | | Constructs a new exception with the specified message, indicating an
error in the provider as happened.
Parameters: msg - The descriptive message. |
TemplateException | public TemplateException(String msg, Throwable t)(Code) | | Constructs a new exception with the specified message, and the original
exception or error , indicating an error in the
template as happened.
Parameters: msg - The descriptive message. Parameters: e - The original exception or error . |
printStackTrace | public void printStackTrace()(Code) | | |
|
|
|