{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public class ReflectionException
Thrown when there was a failure making a reflective call.
synchronized final @NonNull void
addSuppressed(@NonNull Throwable exception)
synchronized @NonNull Throwable
fillInStackTrace()
getCause()
@NonNull String
getLocalizedMessage()
getMessage()
@NonNull Array<@NonNull StackTraceElement>
getStackTrace()
synchronized final @NonNull Array<@NonNull Throwable>
getSuppressed()
initCause(@NonNull Throwable cause)
@NonNull void
printStackTrace()
setStackTrace(@NonNull Array<@NonNull StackTraceElement> stackTrace)
toString()