java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.unicorn.UnicornException
All Implemented Interfaces:
Serializable

public class UnicornException extends RuntimeException
Runtime exception wrapping errors reported by Unicorn Engine.
See Also:
  • Constructor Details

    • UnicornException

      public UnicornException(String message)
    • UnicornException

      public UnicornException(String message, int err)
  • Method Details

    • getErrorCode

      public int getErrorCode()