Package 

Class ReactIgnorableMountingException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ReactIgnorableMountingException
    extends RuntimeException
                        

    If thrown during a MountItem execution, FabricUIManager will print diagnostics and ignore the error. Use this carefully and sparingly!

    • Constructor Detail

      • ReactIgnorableMountingException

        ReactIgnorableMountingException(String m)
      • ReactIgnorableMountingException

        ReactIgnorableMountingException(String m, Throwable e)
      • ReactIgnorableMountingException

        ReactIgnorableMountingException(Throwable e)