Class DexDecEvalStubException

All Implemented Interfaces:
Serializable

public class DexDecEvalStubException extends DexDecEvaluationException
An internal exception used when attempting to emulate a method whose body was removed.
See Also:
  • Constructor Details

    • DexDecEvalStubException

      public DexDecEvalStubException(String msig)
      Parameters:
      msig - stub method signature
  • Method Details

    • getStubMethodSignature

      public String getStubMethodSignature()
      Retrieve the stub method signature.
      Returns:
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable