public class AsmException extends RuntimeException
| 构造器和说明 |
|---|
AsmException(String fmt,
Object... msg) |
AsmException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
AsmContext |
context() |
Throwable |
fillInStackTrace() |
static AsmException |
of(String fmt,
Object... args) |
static AsmException |
of(Throwable cause) |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AsmException(Throwable cause)
public AsmContext context()
public Throwable fillInStackTrace()
fillInStackTrace 在类中 Throwablepublic static AsmException of(Throwable cause)
public static AsmException of(String fmt, Object... args)
Copyright © 2022. All rights reserved.