com.github.fge.grappa.debugger.GrappaDebuggerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grappa-debugger Show documentation
Show all versions of grappa-debugger Show documentation
GUI application to debug grappa parsers
The newest version!
package com.github.fge.grappa.debugger;
public final class GrappaDebuggerException
extends Exception
{
public GrappaDebuggerException(final Throwable cause)
{
super(cause);
}
}