All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jacpfx.rcp.util.ThrowableWrapper Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
package org.jacpfx.rcp.util;


/**
 * Created with IntelliJ IDEA.
 * User: Andy Moncsek
 * Date: 07.10.13
 * Time: 22:40
 * Wrapper for throwables for use in invokeAndWait
 */
public class ThrowableWrapper {
    public Throwable t;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy