# Class: com.pnfsoftware.jeb.core.units.code.android.DexParsingException

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

## Constructor: DexParsingException
- parameter: `s`, type: `java.lang.String`

Description: Create a Dex parsing exception.
parameter: s: message

## Constructor: DexParsingException
- parameter: `s`, type: `java.lang.String`
- parameter: `e`, type: `java.lang.Throwable`

Description: Create a Dex parsing exception.
parameter: s: message
parameter: e: cause

