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