|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.lutris.util.ChainedException
com.lutris.appserver.server.httpPresentation.FilePresentationException
public class FilePresentationException
Encapulates any error that occurs when serving static files
Constructor Summary | |
---|---|
FilePresentationException(java.lang.String msg,
java.lang.Throwable cause)
Construct an exception with an associated causing exception. |
|
FilePresentationException(java.lang.Throwable cause)
Construct an exception from a causing exception. |
Method Summary |
---|
Methods inherited from class com.lutris.util.ChainedException |
---|
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilePresentationException(java.lang.String msg, java.lang.Throwable cause)
msg
- the message associated with the exception.cause
- the error or exception that cause this
exception.public FilePresentationException(java.lang.Throwable cause)
cause
- the error or exception that cause this
exception. The message will be take be this object's
messasge.
|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |