asset.pipeline.jsx.JsxParserException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsx-asset-pipeline Show documentation
Show all versions of jsx-asset-pipeline Show documentation
JSX Transpiler Extension for the JVM Based Asset-Pipeline.
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