public class PlayException extends UsefulException
| Modifier and Type | Class and Description |
|---|---|
static class |
PlayException.ExceptionAttachment
Adds any attachment to a Play exception.
|
static class |
PlayException.ExceptionSource
Adds source attachment to a Play exception.
|
static class |
PlayException.InterestingLines |
static class |
PlayException.RichDescription
Adds a rich HTML description to a Play exception.
|
cause, description, id, title| Constructor and Description |
|---|
PlayException(java.lang.String title,
java.lang.String description) |
PlayException(java.lang.String title,
java.lang.String description,
java.lang.Throwable cause) |
toString