Package org.jf.dexlib2.analysis
Class AnalysisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jf.util.ExceptionWithContext
org.jf.dexlib2.analysis.AnalysisException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAnalysisException(String message, Object... formatArgs) AnalysisException(Throwable cause) AnalysisException(Throwable cause, String message, Object... formatArgs) -
Method Summary
Methods inherited from class org.jf.util.ExceptionWithContext
addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
codeAddress
public int codeAddress
-
-
Constructor Details
-
AnalysisException
-
AnalysisException
-
AnalysisException
-