Package org.apache.maven.plugin.compiler
Class ModuleInfoPatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.api.services.MavenException
org.apache.maven.api.plugin.MojoException
org.apache.maven.plugin.compiler.CompilationFailureException
org.apache.maven.plugin.compiler.ModuleInfoPatchException
- All Implemented Interfaces:
Serializable
Thrown when a
module-info-patch.maven
file cannot be parsed.- Author:
- Martin Desruisseaux
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.api.plugin.MojoException
longMessage, source
-
Constructor Summary
ConstructorsConstructorDescriptionModuleInfoPatchException
(String message) Creates a new exception with the given message. -
Method Summary
Methods inherited from class org.apache.maven.api.plugin.MojoException
getLongMessage, getSource
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleInfoPatchException
Creates a new exception with the given message.- Parameters:
message
- the short message
-