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)
      Create a stub-execution exception.
      Parameters:
      msig - stub method signature
  • Method Details

    • getStubMethodSignature

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

      public String getMessage()
      Overrides:
      getMessage in class Throwable