| Package | Description |
|---|---|
| com.android.dex | |
| com.android.dex.util | |
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| com.android.dx.cf.iface |
Interfaces and base classes for dealing with class files.
|
| com.android.dx.util |
Utility classes for class file access/manipulation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DexException
Thrown when there's a format problem reading, writing, or generally
processing a dex file.
|
class |
DexIndexOverflowException
Thrown when there's an index overflow writing a dex file.
|
| Modifier and Type | Method and Description |
|---|---|
static ExceptionWithContext |
ExceptionWithContext.withContext(java.lang.Throwable ex,
java.lang.String str)
Augments the given exception with the given context, and return the
result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimException
Exception from simulation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalsArraySet.annotate(ExceptionWithContext ex)
Annotates (adds context to) the given exception with information
about this instance.
|
abstract void |
LocalsArray.annotate(ExceptionWithContext ex)
Annotates (adds context to) the given exception with information
about this instance.
|
void |
Frame.annotate(ExceptionWithContext ex)
Annotates (adds context to) the given exception with information
about this frame.
|
void |
OneLocalsArray.annotate(ExceptionWithContext ex)
Annotates (adds context to) the given exception with information
about this instance.
|
void |
ExecutionStack.annotate(ExceptionWithContext ex)
Annotates (adds context to) the given exception with information
about this instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParseException
Exception from parsing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutabilityException
Exception due to a mutability problem.
|
Copyright © 2020. All Rights Reserved.