Package 

Class ReactNoCrashSoftException

  • 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.

    • 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
    • Constructor Detail

      • ReactNoCrashSoftException

        ReactNoCrashSoftException(String m)
      • ReactNoCrashSoftException

        ReactNoCrashSoftException(Throwable e)
      • ReactNoCrashSoftException

        ReactNoCrashSoftException(String m, Throwable e)