io.codemodder.plugins.maven.operator.InvalidContextException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codemodder-plugin-maven Show documentation
Show all versions of codemodder-plugin-maven Show documentation
Plugin for providing Maven dependency management functions to codemods.
The newest version!
package io.codemodder.plugins.maven.operator;
/**
* This is an exception to tag when the output file couldn't be generated - perhaps due a missing or
* incompatible maven installation
*/
class InvalidContextException extends RuntimeException {}