Class ClassPathResolver.ResolveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jf.dexlib2.analysis.ClassPathResolver.ResolveException
All Implemented Interfaces:
Serializable
Enclosing class:
ClassPathResolver

public static class ClassPathResolver.ResolveException extends RuntimeException
An error that occurred while resolving the classpath
See Also:
  • Constructor Details

    • ResolveException

      public ResolveException(String message, Object... formatArgs)
    • ResolveException

      public ResolveException(Throwable cause)
    • ResolveException

      public ResolveException(Throwable cause, String message, Object... formatArgs)