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

com.moodysalem.phantomjs.wrapper.RenderException Maven / Gradle / Ivy

The newest version!
package com.moodysalem.phantomjs.wrapper;

/**
 * An exception bubbled up from the render script
 */
public class RenderException extends Exception {
    
	private static final long serialVersionUID = 8583601554087541964L;

	RenderException(String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy