Package 

Class ReactNoCrashBridgeNotAllowedSoftException

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

      • ReactNoCrashBridgeNotAllowedSoftException

        ReactNoCrashBridgeNotAllowedSoftException(String m)
      • ReactNoCrashBridgeNotAllowedSoftException

        ReactNoCrashBridgeNotAllowedSoftException(Throwable e)
      • ReactNoCrashBridgeNotAllowedSoftException

        ReactNoCrashBridgeNotAllowedSoftException(String m, Throwable e)