play.exceptions
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
play.exceptions.CacheException
- All Implemented Interfaces:
- java.io.Serializable
public class CacheException
- extends PlayException
Cache related exception
- See Also:
- Serialized Form
Constructor Summary |
CacheException(java.lang.String message,
java.lang.Throwable cause)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CacheException
public CacheException(java.lang.String message,
java.lang.Throwable cause)
getErrorTitle
public java.lang.String getErrorTitle()
- Specified by:
getErrorTitle
in class PlayException
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescription
in class PlayException
getSourceFile
public java.lang.String getSourceFile()
- Overrides:
getSourceFile
in class PlayException
getSource
public java.util.List<java.lang.String> getSource()
getLineNumber
public java.lang.Integer getLineNumber()
- Overrides:
getLineNumber
in class PlayException
isSourceAvailable
public boolean isSourceAvailable()
- Overrides:
isSourceAvailable
in class PlayException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly