com.jfirer.fse.ShouldSupportCycleException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Fse Show documentation
Show all versions of Fse Show documentation
a high speed serilaize library
The newest version!
package com.jfirer.fse;
public class ShouldSupportCycleException extends RuntimeException
{
@Override
public Throwable fillInStackTrace()
{
return this;
}
}