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

asset.pipeline.jsx.JsxParserException Maven / Gradle / Ivy

There is a newer version: 5.0.5
Show newest version
package asset.pipeline.jsx;

/**
* When a JSX Lexical parser error is reached this exception is thrown.
* @author David Estes
*/
public class JsxParserException extends Exception {
	public JsxParserException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy