Inheritance diagram for org.openmobileis.embedded.webserver.templates.TemplateNotFoundException:
Definition at line 42 of file TemplateNotFoundException.java.
Public Member Functions | |
TemplateNotFoundException () | |
TemplateNotFoundException (int priority) | |
TemplateNotFoundException (String msg, Throwable t) | |
TemplateNotFoundException (String msg, Throwable t, int priority) | |
TemplateNotFoundException (String msg) | |
TemplateNotFoundException (String msg, int priority) | |
TemplateNotFoundException (Throwable t) | |
TemplateNotFoundException (Throwable t, int priority) | |
int | getService () |
return the service assocated to the exception |
|
return the service assocated to the exception
Implements org.openmobileis.common.util.exception.OpenMISException. Definition at line 76 of file TemplateNotFoundException.java. |