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

com.processpuzzle.fitnesse.print.plugin.FitToPdfException Maven / Gradle / Ivy

The newest version!
package com.processpuzzle.fitnesse.print.plugin;

public class FitToPdfException extends Exception {
   private static final long serialVersionUID = 1L;

   public FitToPdfException( String message ) {
      super( message );
   }

   public FitToPdfException( String message, Exception e ) {
      super( message, e );
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy