All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EvaluationException, IllegalIntermediateExpressionException, InstructionConversionException, UntranslatedIntermediateExpressionException

public class DecompilerException extends JebRuntimeException
Top-level recoverable exception raised by JEB native decompiler components.
See Also:
  • Constructor Details

    • DecompilerException

      public DecompilerException()
    • DecompilerException

      public DecompilerException(String message)
    • DecompilerException

      public DecompilerException(Throwable cause)
    • DecompilerException

      public DecompilerException(String message, Throwable cause)