org.openmobileis.embedded.webserver.templates
Class TemplateNotFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.openmobileis.common.util.exception.OpenMISException
|
+--org.openmobileis.embedded.webserver.templates.TemplateNotFoundException
- All Implemented Interfaces:
- OpenMISSerializable, java.io.Serializable
- public class TemplateNotFoundException
- extends OpenMISException
Title: OpenMobileIS project source
Description: Thrown when a template file can't be found in the file system.
- Since:
- JDK 1.1
- Version:
- 1.0.
- Author:
- Philippe Delrieu
- See Also:
- Serialized Form
Method Summary |
int |
getService()
return the service assocated to the exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TemplateNotFoundException
public TemplateNotFoundException()
TemplateNotFoundException
public TemplateNotFoundException(int priority)
TemplateNotFoundException
public TemplateNotFoundException(java.lang.String msg,
java.lang.Throwable t)
TemplateNotFoundException
public TemplateNotFoundException(java.lang.String msg,
java.lang.Throwable t,
int priority)
TemplateNotFoundException
public TemplateNotFoundException(java.lang.String msg)
TemplateNotFoundException
public TemplateNotFoundException(java.lang.String msg,
int priority)
TemplateNotFoundException
public TemplateNotFoundException(java.lang.Throwable t)
TemplateNotFoundException
public TemplateNotFoundException(java.lang.Throwable t,
int priority)
getService
public int getService()
- Description copied from class:
OpenMISException
- return the service assocated to the exception
- Overrides:
getService
in class OpenMISException
- Following copied from class:
org.openmobileis.common.util.exception.OpenMISException
- Returns:
- int the service int identified associated with the execption
- See Also:
LogServices
Copyright 2005 e-Care. All Rights Reserved.