Package org.jf.dexlib2.analysis
Class UnresolvedClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jf.util.ExceptionWithContext
org.jf.dexlib2.analysis.UnresolvedClassException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnresolvedClassException(String message, Object... formatArgs) UnresolvedClassException(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
-
Constructor Details
-
UnresolvedClassException
-
UnresolvedClassException
-
UnresolvedClassException
-