Package jadx.core.utils.exceptions
Class JadxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jadx.core.utils.exceptions.JadxException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CodegenException,DecodeException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJadxException(ClassNode cls, String msg, Throwable th) JadxException(MethodNode mth, String msg, Throwable th) JadxException(String message) JadxException(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
-
JadxException
-
JadxException
-
JadxException
-
JadxException
-