Uses of Class
com.android.dx.util.ExceptionWithContext

Packages that use ExceptionWithContext
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. 
 

Uses of ExceptionWithContext in com.android.dx.cf.code
 

Subclasses of ExceptionWithContext in com.android.dx.cf.code
 class SimException
          Exception from simulation.
 

Methods in com.android.dx.cf.code with parameters of type ExceptionWithContext
 void OneLocalsArray.annotate(ExceptionWithContext ex)
           
 void LocalsArraySet.annotate(ExceptionWithContext ex)
           
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 ExecutionStack.annotate(ExceptionWithContext ex)
          Annotates (adds context to) the given exception with information about this instance.
 

Uses of ExceptionWithContext in com.android.dx.cf.iface
 

Subclasses of ExceptionWithContext in com.android.dx.cf.iface
 class ParseException
          Exception from parsing.
 

Uses of ExceptionWithContext in com.android.dx.util
 

Subclasses of ExceptionWithContext in com.android.dx.util
 class DexException
          Thrown when there's a format problem reading, writing, or generally processing a dex file.
 class MutabilityException
          Exception due to a mutability problem.
 

Methods in com.android.dx.util that return ExceptionWithContext
static ExceptionWithContext ExceptionWithContext.withContext(Throwable ex, String str)
          Augments the given exception with the given context, and return the result.
 



Copyright © 2012. All Rights Reserved.