public class

UnsupportedInstructionException

extends JebRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
           ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.UnsupportedInstructionException

Summary

Public Constructors
UnsupportedInstructionException()
UnsupportedInstructionException(String message)
UnsupportedInstructionException(Throwable cause)
UnsupportedInstructionException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnsupportedInstructionException ()

public UnsupportedInstructionException (String message)

public UnsupportedInstructionException (Throwable cause)

public UnsupportedInstructionException (String message, Throwable cause)