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 | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
int org.openmobileis.embedded.webserver.templates.TemplateNotFoundException.getService | ( | ) | [virtual] |
return the service assocated to the exception
Implements org.openmobileis.common.util.exception.OpenMISException.
Definition at line 77 of file TemplateNotFoundException.java.