play.exceptions
Class PlayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ActionNotFoundException, CacheException, ConfigurationException, DatabaseException, Invoker.Suspend, JavaException, JPAException, MailException, NoRouteFoundException, TemplateException, TemplateNotFoundException, UnexpectedException, YAMLException
public abstract class PlayException
- extends RuntimeException
The super class for all Play! exceptions
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlayException
public PlayException()
PlayException
public PlayException(String message)
PlayException
public PlayException(String message,
Throwable cause)
getErrorTitle
public abstract String getErrorTitle()
getErrorDescription
public abstract String getErrorDescription()
isSourceAvailable
public boolean isSourceAvailable()
getLineNumber
public Integer getLineNumber()
getSourceFile
public String getSourceFile()
getId
public String getId()
getInterestingStrackTraceElement
public static StackTraceElement getInterestingStrackTraceElement(Throwable cause)
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly