|
||||||||||
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 java.lang.RuntimeException play.exceptions.PlayException play.exceptions.UnexpectedException
public class UnexpectedException
An unexpected exception
Constructor Summary | |
---|---|
UnexpectedException(java.lang.String message)
|
|
UnexpectedException(java.lang.String message,
java.lang.Throwable cause)
|
|
UnexpectedException(java.lang.Throwable exception)
|
Method Summary | |
---|---|
java.lang.String |
getErrorDescription()
|
java.lang.String |
getErrorTitle()
|
Methods inherited from class play.exceptions.PlayException |
---|
getId, getInterestingStrackTraceElement, getLineNumber, getSourceFile, isSourceAvailable |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnexpectedException(java.lang.String message)
public UnexpectedException(java.lang.Throwable exception)
public UnexpectedException(java.lang.String message, java.lang.Throwable cause)
Method Detail |
---|
public java.lang.String getErrorTitle()
getErrorTitle
in class PlayException
public java.lang.String getErrorDescription()
getErrorDescription
in class PlayException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |