public class ActNotFound extends org.osgl.mvc.result.NotFound implements ActError
org.osgl.mvc.result.Result.PayloadActError.Util| Constructor and Description |
|---|
ActNotFound() |
ActNotFound(java.lang.reflect.Method method,
java.lang.String message) |
ActNotFound(java.lang.String message,
java.lang.Object... args) |
ActNotFound(java.lang.Throwable cause) |
ActNotFound(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static org.osgl.mvc.result.NotFound |
create() |
static org.osgl.mvc.result.NotFound |
create(java.lang.reflect.Method method,
java.lang.String message) |
static org.osgl.mvc.result.NotFound |
create(java.lang.String msg,
java.lang.Object... args) |
static org.osgl.mvc.result.NotFound |
create(java.lang.Throwable cause) |
static org.osgl.mvc.result.NotFound |
create(java.lang.Throwable cause,
java.lang.String msg,
java.lang.Object... args) |
java.lang.Throwable |
getCauseOrThis() |
boolean |
isErrorSpot(java.lang.String traceLine,
java.lang.String nextTraceLine) |
SourceInfo |
sourceInfo() |
java.util.List<java.lang.String> |
stackTrace() |
_localizedErrorMsg, applyMessage, attach, attachment, attachment, defaultMessage, errorCode, errorCode, getLocalizedMessage, of, of, of, of, of, of, of, toJsonString, toKVStore, toStringaddCookie, addHeader, apply, applyAfterCommitHandler, applyBeforeCommitHandler, applyCookies, applyHeaders, applyStatus, clearThreadLocals, header, payload, status, status, statusCode, timestamp, touchPayloaddoFillInStackTrace, fillInStackTraceaddSuppressed, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCause, getLocalizedMessage, getMessagepublic ActNotFound()
public ActNotFound(java.lang.String message,
java.lang.Object... args)
public ActNotFound(java.lang.reflect.Method method,
java.lang.String message)
public ActNotFound(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... args)
public ActNotFound(java.lang.Throwable cause)
public java.lang.Throwable getCauseOrThis()
getCauseOrThis in interface ActErrorpublic SourceInfo sourceInfo()
sourceInfo in interface ActErrorpublic java.util.List<java.lang.String> stackTrace()
stackTrace in interface ActErrorpublic boolean isErrorSpot(java.lang.String traceLine,
java.lang.String nextTraceLine)
isErrorSpot in interface ActErrorpublic static org.osgl.mvc.result.NotFound create()
public static org.osgl.mvc.result.NotFound create(java.lang.String msg,
java.lang.Object... args)
public static org.osgl.mvc.result.NotFound create(java.lang.reflect.Method method,
java.lang.String message)
public static org.osgl.mvc.result.NotFound create(java.lang.Throwable cause,
java.lang.String msg,
java.lang.Object... args)
public static org.osgl.mvc.result.NotFound create(java.lang.Throwable cause)
Copyright © 2014–2017 ActFramework. All rights reserved.