Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

public class Main {
    private static void handlePluginException(Throwable throwable) {
        System.err.println((new StringBuilder()).append("RxJavaErrorHandler threw an Exception. It shouldn't. => ")
                .append(throwable.getMessage()).toString());
        throwable.printStackTrace();
    }
}