org.melati.template
Class NotFoundException

Package class diagram package NotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.melati.util.MelatiException
              extended by org.melati.template.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException
extends MelatiException

A templet loader could not find a templet.

See Also:
Serialized Form

Field Summary
 Class<?> clazz
          The Class of the object which we are trying to geta template for.
 TempletLoader loader
          The TempletLoader we are using.
 
Fields inherited from class org.melati.util.MelatiException
subException
 
Constructor Summary
NotFoundException(Exception underlying)
          Construct this decorator.
NotFoundException(String message)
          Construct this Exception with an informational snippet.
NotFoundException(String message, Exception underlying)
          Constructor.
NotFoundException(TempletLoader loader, Class<?> clazz)
          Constructor.
 
Method Summary
 
Methods inherited from class org.melati.util.MelatiException
getMessage, innermostException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

loader

public TempletLoader loader
The TempletLoader we are using.


clazz

public Class<?> clazz
The Class of the object which we are trying to geta template for.

Constructor Detail

NotFoundException

public NotFoundException(Exception underlying)
Construct this decorator.

Parameters:
underlying - the exception we are decorating.

NotFoundException

public NotFoundException(String message,
                         Exception underlying)
Constructor.


NotFoundException

public NotFoundException(TempletLoader loader,
                         Class<?> clazz)
Constructor.


NotFoundException

public NotFoundException(String message)
Construct this Exception with an informational snippet.

Parameters:
message - to the user.


Copyright © 2000-2010 PanEris. All Rights Reserved.