public class

DecompilerException

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.decompiler.exceptions.DecompilerException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Top-level recoverable exception raised by JEB native decompiler components.

Summary

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

public DecompilerException (String message)

public DecompilerException (Throwable cause)

public DecompilerException (String message, Throwable cause)