org.eadge.extractpdfexcel.exception.NoCorrespondingLane Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdf-to-excel Show documentation
Show all versions of pdf-to-excel Show documentation
A Java library used to convert PDF to Excel.
The newest version!
package org.eadge.extractpdfexcel.exception;
/**
* Created by eadgyo on 26/07/16.
*
* No corresponding block lane exception.
*/
public class NoCorrespondingLane extends Exception
{
}