public class

NativeTypeException

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.type.NativeTypeException
Known Direct Subclasses

Summary

Public Constructors
NativeTypeException()
NativeTypeException(String message)
NativeTypeException(Throwable cause)
NativeTypeException(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 NativeTypeException ()

public NativeTypeException (String message)

public NativeTypeException (Throwable cause)

public NativeTypeException (String message, Throwable cause)