Package jadx.core.utils.exceptions
Class CodegenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jadx.core.utils.exceptions.JadxException
jadx.core.utils.exceptions.CodegenException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCodegenException(ClassNode mth, String msg) CodegenException(ClassNode mth, String msg, Throwable th) CodegenException(MethodNode mth, String msg) CodegenException(MethodNode mth, String msg, Throwable th) CodegenException(String message) CodegenException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CodegenException
-
CodegenException
-
CodegenException
-
CodegenException
-
CodegenException
-
CodegenException
-