Fragment.InstantiationException

public class Fragment.InstantiationException extends RuntimeException


Thrown by instantiate when there is an instantiation failure.

Summary

Public constructors

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

InstantiationException

Added in 1.1.0
public InstantiationException(@NonNull String msg, @Nullable Exception cause)