public abstract class PlayException extends RuntimeException
Constructor and Description |
---|
PlayException() |
PlayException(String message) |
PlayException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
abstract String |
getErrorDescription() |
abstract String |
getErrorTitle() |
String |
getId() |
static StackTraceElement |
getInterestingStackTraceElement(Throwable cause) |
static StackTraceElement |
getInterestingStrackTraceElement(Throwable cause)
Deprecated.
|
Integer |
getLineNumber() |
String |
getMoreHTML() |
String |
getSourceFile() |
boolean |
isSourceAvailable() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PlayException()
public PlayException(String message)
public abstract String getErrorTitle()
public abstract String getErrorDescription()
public boolean isSourceAvailable()
public Integer getLineNumber()
public String getSourceFile()
public String getId()
@Deprecated public static StackTraceElement getInterestingStrackTraceElement(Throwable cause)
public static StackTraceElement getInterestingStackTraceElement(Throwable cause)
public String getMoreHTML()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly