public class

NativeAnalyzerException

extends JebRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pnfsoftware.jeb.core.exceptions.JebRuntimeException
           ↳ com.pnfsoftware.jeb.core.exceptions.NativeAnalyzerException

Class Overview

Exception raised for some INativeCodeAnalyzer errors.

Summary

Public Constructors
NativeAnalyzerException()
NativeAnalyzerException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NativeAnalyzerException ()

public NativeAnalyzerException (String message)