|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.melati.util.MelatiException org.melati.template.NotFoundException
public class NotFoundException
A templet loader could not find a templet.
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 |
---|
public TempletLoader loader
public Class<?> clazz
Constructor Detail |
---|
public NotFoundException(Exception underlying)
underlying
- the exception we are decorating.public NotFoundException(String message, Exception underlying)
public NotFoundException(TempletLoader loader, Class<?> clazz)
public NotFoundException(String message)
message
- to the user.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |