public class NoRouteFoundException extends PlayException implements SourceAttachment
| Constructor and Description |
|---|
NoRouteFoundException(String file) |
NoRouteFoundException(String file,
ApplicationClasses.ApplicationClass applicationClass,
Integer line) |
NoRouteFoundException(String action,
Map<String,Object> args) |
NoRouteFoundException(String action,
Map<String,Object> args,
ApplicationClasses.ApplicationClass applicationClass,
Integer line) |
NoRouteFoundException(String action,
Map<String,Object> args,
Template template,
Integer line) |
NoRouteFoundException(String file,
Template template,
Integer line) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
Map<String,Object> |
getArgs() |
String |
getErrorDescription() |
String |
getErrorTitle() |
String |
getFile() |
Integer |
getLineNumber() |
List<String> |
getSource() |
String |
getSourceFile() |
boolean |
isSourceAvailable() |
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getMoreHTMLaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoRouteFoundException(String file)
public NoRouteFoundException(String file, ApplicationClasses.ApplicationClass applicationClass, Integer line)
public NoRouteFoundException(String action, Map<String,Object> args, ApplicationClasses.ApplicationClass applicationClass, Integer line)
public String getAction()
public String getErrorTitle()
getErrorTitle in class PlayExceptionpublic String getErrorDescription()
getErrorDescription in class PlayExceptionpublic boolean isSourceAvailable()
isSourceAvailable in class PlayExceptionpublic String getSourceFile()
getSourceFile in interface SourceAttachmentgetSourceFile in class PlayExceptionpublic String getFile()
public List<String> getSource()
getSource in interface SourceAttachmentpublic Integer getLineNumber()
getLineNumber in interface SourceAttachmentgetLineNumber in class PlayExceptionGuillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly