Package play.exceptions
Class CacheException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.exceptions.PlayException
-
- play.exceptions.PlayExceptionWithJavaSource
-
- play.exceptions.CacheException
-
- All Implemented Interfaces:
java.io.Serializable
,SourceAttachment
public class CacheException extends PlayExceptionWithJavaSource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CacheException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getErrorDescription()
java.lang.String
getErrorTitle()
-
Methods inherited from class play.exceptions.PlayExceptionWithJavaSource
getLineNumber, getSource, getSourceFile, isSourceAvailable
-
Methods inherited from class play.exceptions.PlayException
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTML
-
-
-
-
Method Detail
-
getErrorTitle
public java.lang.String getErrorTitle()
- Specified by:
getErrorTitle
in classPlayException
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescription
in classPlayException
-
-