-
- All Implemented Interfaces:
-
java.io.Serializable
public class ReactNoCrashBridgeNotAllowedSoftException extends ReactNoCrashSoftException
Extends RuntimeException so that it may be caught by a ReactSoftExceptionListener. Any ReactSoftExceptionListener that catches a ReactNoCrashBridgeNotAllowedSoftException should log it only and not crash, no matter what.
-
-
Constructor Summary
Constructors Constructor Description ReactNoCrashBridgeNotAllowedSoftException(String m)
ReactNoCrashBridgeNotAllowedSoftException(Throwable e)
ReactNoCrashBridgeNotAllowedSoftException(String m, Throwable e)
-
Method Summary
Modifier and Type Method Description -
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
-
-