Package play.api
Class PlayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.api.UsefulException
play.api.PlayException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PlayException.ExceptionAttachment,PlayException.ExceptionSource
Helper for `PlayException`.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdds any attachment to a Play exception.static classAdds source attachment to a Play exception.static classstatic classAdds a rich HTML description to a Play exception. -
Field Summary
Fields inherited from class play.api.UsefulException
cause, description, id, title -
Constructor Summary
ConstructorsConstructorDescriptionPlayException(String title, String description) PlayException(String title, String description, Throwable cause) -
Method Summary
Methods inherited from class play.api.UsefulException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PlayException
-
PlayException
-