Class DexDecNativeEvalFailedException

All Implemented Interfaces:
Serializable

public class DexDecNativeEvalFailedException extends DexDecEvaluationException
An error occurred while evaluating native code.
See Also:
  • Constructor Details

    • DexDecNativeEvalFailedException

      public DexDecNativeEvalFailedException()
    • DexDecNativeEvalFailedException

      public DexDecNativeEvalFailedException(String msg)
    • DexDecNativeEvalFailedException

      public DexDecNativeEvalFailedException(Throwable cause)
    • DexDecNativeEvalFailedException

      public DexDecNativeEvalFailedException(String msg, Throwable cause)