# Class: com.pnfsoftware.jeb.core.units.code.android.dex.DalvikParserError

Error objects generated by the Dalvik parser. Those objects can be retrieved via [IDexCodeItem#getParsingErrors()](IDexCodeItem#getParsingErrors()).

## Constructor: DalvikParserError
- parameter: `errorType`, type: `com.pnfsoftware.jeb.core.units.code.android.dex.DalvikParserErrorType`

Description: Create a parser error with no bytecode offset.
parameter: errorType: the parser error type

## Constructor: DalvikParserError
- parameter: `errorType`, type: `com.pnfsoftware.jeb.core.units.code.android.dex.DalvikParserErrorType`
- parameter: `bytecodeOffset`, type: `int`

Description: Create a parser error.
parameter: errorType: the parser error type
parameter: bytecodeOffset: the bytecode offset, or \-1 if not applicable

## Method: equals
- parameter: `obj`, type: `java.lang.Object`
- return type: `boolean`


## Method: getBytecodeOffset
- return type: `int`

Description: Get the bytecode offset where the error was found.
return: the bytecode offset, or \-1 if not applicable

## Method: getErrorType
- return type: `com.pnfsoftware.jeb.core.units.code.android.dex.DalvikParserErrorType`

Description: Get the parser error type.
return: the parser error type

## Method: hashCode
- return type: `int`


## Method: toString
- return type: `java.lang.String`


