play.exceptions
Class UnexpectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
play.exceptions.UnexpectedException
- All Implemented Interfaces:
- Serializable
public class UnexpectedException
- extends PlayException
An unexpected exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnexpectedException
public UnexpectedException(String message)
UnexpectedException
public UnexpectedException(Throwable exception)
UnexpectedException
public UnexpectedException(String message,
Throwable cause)
getErrorTitle
public String getErrorTitle()
- Specified by:
getErrorTitle in class PlayException
getErrorDescription
public String getErrorDescription()
- Specified by:
getErrorDescription in class PlayException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly