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:
Serializable
- Enclosing class:
ReferenceType
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidReferenceTypeException(int referenceType) InvalidReferenceTypeException(int referenceType, String message, Object... formatArgs) -
Method Summary
Methods inherited from class org.jf.util.ExceptionWithContext
addContext, getContext, printContext, printContext, printStackTrace, printStackTrace, withContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
referenceType
private final int referenceType
-
-
Constructor Details
-
InvalidReferenceTypeException
public InvalidReferenceTypeException(int referenceType) -
InvalidReferenceTypeException
-
-
Method Details
-
getReferenceType
public int getReferenceType()
-