public class ActNotFound extends org.osgl.mvc.result.NotFound implements ActError
org.osgl.mvc.result.Result.Payload
ActError.Util
Constructor and Description |
---|
ActNotFound() |
ActNotFound(Method method,
String message) |
ActNotFound(String message,
Object... args) |
ActNotFound(Throwable cause) |
ActNotFound(Throwable cause,
String message,
Object... args) |
Modifier and Type | Method and Description |
---|---|
static org.osgl.mvc.result.NotFound |
create() |
static org.osgl.mvc.result.NotFound |
create(Method method,
String message) |
static org.osgl.mvc.result.NotFound |
create(String msg,
Object... args) |
static org.osgl.mvc.result.NotFound |
create(Throwable cause) |
static org.osgl.mvc.result.NotFound |
create(Throwable cause,
String msg,
Object... args) |
Throwable |
getCauseOrThis() |
boolean |
isErrorSpot(String traceLine,
String nextTraceLine) |
SourceInfo |
sourceInfo() |
List<String> |
stackTrace() |
_localizedErrorMsg, applyMessage, attach, attachment, attachment, defaultMessage, errorCode, getLocalizedMessage, of, of, of, of, of, of, of, toJsonString, toKVStore, toString
addCookie, addHeader, apply, applyAfterCommitHandler, applyBeforeCommitHandler, applyCookies, applyHeaders, applyStatus, clearThreadLocals, header, payload, status, status, statusCode, timestamp, touchPayload
doFillInStackTrace, fillInStackTrace
addSuppressed, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause, getLocalizedMessage, getMessage
public ActNotFound()
public ActNotFound(Throwable cause)
public Throwable getCauseOrThis()
getCauseOrThis
in interface ActError
public SourceInfo sourceInfo()
sourceInfo
in interface ActError
public List<String> stackTrace()
stackTrace
in interface ActError
public boolean isErrorSpot(String traceLine, String nextTraceLine)
isErrorSpot
in interface ActError
public static org.osgl.mvc.result.NotFound create()
public static org.osgl.mvc.result.NotFound create(Throwable cause, String msg, Object... args)
public static org.osgl.mvc.result.NotFound create(Throwable cause)
Copyright © 2014-2017 ActFramework. All Rights Reserved.