public class

Fragment.InstantiationException

extends java.lang.RuntimeException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.lang.RuntimeException

↳androidx.fragment.app.Fragment.InstantiationException

Overview

Thrown by FragmentFactory.instantiate(ClassLoader, String) when there is an instantiation failure.

Summary

Constructors
publicInstantiationException(java.lang.String msg, java.lang.Exception cause)

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public InstantiationException(java.lang.String msg, java.lang.Exception cause)