public class ActMethodNotAllowed extends org.osgl.mvc.result.MethodNotAllowed implements ActError
org.osgl.mvc.result.Result.Payload
ActError.Util
Constructor and Description |
---|
ActMethodNotAllowed() |
ActMethodNotAllowed(java.lang.String message,
java.lang.Object... args) |
ActMethodNotAllowed(java.lang.Throwable cause) |
ActMethodNotAllowed(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
static org.osgl.mvc.result.MethodNotAllowed |
create() |
static org.osgl.mvc.result.MethodNotAllowed |
create(java.lang.String msg,
java.lang.Object... args) |
static org.osgl.mvc.result.MethodNotAllowed |
create(java.lang.Throwable cause) |
static org.osgl.mvc.result.MethodNotAllowed |
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, 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 ActMethodNotAllowed()
public ActMethodNotAllowed(java.lang.String message, java.lang.Object... args)
public ActMethodNotAllowed(java.lang.Throwable cause, java.lang.String message, java.lang.Object... args)
public ActMethodNotAllowed(java.lang.Throwable cause)
public java.lang.Throwable getCauseOrThis()
getCauseOrThis
in interface ActError
public SourceInfo sourceInfo()
sourceInfo
in interface ActError
public java.util.List<java.lang.String> stackTrace()
stackTrace
in interface ActError
public boolean isErrorSpot(java.lang.String traceLine, java.lang.String nextTraceLine)
isErrorSpot
in interface ActError
public static org.osgl.mvc.result.MethodNotAllowed create()
public static org.osgl.mvc.result.MethodNotAllowed create(java.lang.String msg, java.lang.Object... args)
public static org.osgl.mvc.result.MethodNotAllowed create(java.lang.Throwable cause, java.lang.String msg, java.lang.Object... args)
public static org.osgl.mvc.result.MethodNotAllowed create(java.lang.Throwable cause)
Copyright © 2014–2017 ActFramework. All rights reserved.