Package org.jf.dexlib2
Class ReferenceType.InvalidReferenceTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jf.util.ExceptionWithContext
-
- org.jf.dexlib2.ReferenceType.InvalidReferenceTypeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ReferenceType
public static class ReferenceType.InvalidReferenceTypeException extends ExceptionWithContext
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidReferenceTypeException(int referenceType)
InvalidReferenceTypeException(int referenceType, java.lang.String message, java.lang.Object... formatArgs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getReferenceType()
-
Methods inherited from class org.jf.util.ExceptionWithContext
addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContext
-
-