-
- All Implemented Interfaces:
-
java.io.Serializable
public class NoSuchNativeViewException extends IllegalViewOperationException
Exception thrown when a class tries to access a native view by a tag that has no native view associated with it.
-
-
Constructor Summary
Constructors Constructor Description NoSuchNativeViewException(String detailMessage)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.facebook.react.uimanager.IllegalViewOperationException
getView
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NoSuchNativeViewException
NoSuchNativeViewException(String detailMessage)
-
-
-
-