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

com.jfirer.fse.ShouldSupportCycleException Maven / Gradle / Ivy

The newest version!
package com.jfirer.fse;

public class ShouldSupportCycleException extends RuntimeException
{
    @Override
    public Throwable fillInStackTrace()
    {
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy