public class

DexParsingException

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.android.DexParsingException

Class Overview

This exception may be raised when an error is encountered when parsing a Dex file.

Summary

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

Public Constructors

public DexParsingException (String s)

public DexParsingException (String s, Throwable e)