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, getMoreHTML
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 PlayException
public String getErrorDescription()
getErrorDescription
in class PlayException
public boolean isSourceAvailable()
isSourceAvailable
in class PlayException
public String getSourceFile()
getSourceFile
in interface SourceAttachment
getSourceFile
in class PlayException
public String getFile()
public List<String> getSource()
getSource
in interface SourceAttachment
public Integer getLineNumber()
getLineNumber
in interface SourceAttachment
getLineNumber
in class PlayException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly