Package play.api
Class UsefulException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.api.UsefulException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PlayException
public abstract class UsefulException extends RuntimeException
A UsefulException is something useful to display in the User browser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsefulException(String message)UsefulException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-