Package org.jf.dexlib2.iface.reference
Class Reference.InvalidReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jf.dexlib2.iface.reference.Reference.InvalidReferenceException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
Reference
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidReferenceException(String invalidReferenceRepresentation) InvalidReferenceException(String invalidReferenceRepresentation, String msg) InvalidReferenceException(String invalidReferenceRepresentation, String s, Throwable throwable) InvalidReferenceException(String invalidReferenceRepresentation, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
invalidReferenceRepresentation
-
-
Constructor Details
-
InvalidReferenceException
-
InvalidReferenceException
-
InvalidReferenceException
-
InvalidReferenceException
-
-
Method Details
-
getInvalidReferenceRepresentation
- Returns:
- A string representation of the invalid reference. This should be a human-readable string that gives enough information to identify the reference in question. The format of the string is not specified, although as an illustrative example "string@123" could be used for a reference to the string at index 123.
-