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