org.openmobileis.embedded.webserver.templates
Class TemplateNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openmobileis.common.util.exception.OpenMISException
              extended byorg.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

Constructor Summary
TemplateNotFoundException()
           
TemplateNotFoundException(int priority)
           
TemplateNotFoundException(java.lang.String msg)
           
TemplateNotFoundException(java.lang.String msg, int priority)
           
TemplateNotFoundException(java.lang.String msg, java.lang.Throwable t)
           
TemplateNotFoundException(java.lang.String msg, java.lang.Throwable t, int priority)
           
TemplateNotFoundException(java.lang.Throwable t)
           
TemplateNotFoundException(java.lang.Throwable t, int priority)
           
 
Method Summary
 int getService()
          return the service assocated to the exception
 
Methods inherited from class org.openmobileis.common.util.exception.OpenMISException
getNestedError, getPriority, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getService

public int getService()
Description copied from class: OpenMISException
return the service assocated to the exception

Specified by:
getService in class OpenMISException
Returns:
int the service int identified associated with the execption
See Also:
LogServices


Copyright 2006 OpenMobileIS. All Rights Reserved.