Class DexDecEvalUnmanagedCodeException

All Implemented Interfaces:
Serializable

public class DexDecEvalUnmanagedCodeException extends DexDecEvaluationException
An error occurred in code running in a restricted thread not directly managed by the emulator. Such errors are generally terminal and should not be reported to clients.
See Also:
  • Constructor Details

    • DexDecEvalUnmanagedCodeException

      public DexDecEvalUnmanagedCodeException(Throwable e)