Package org.codehaus.mojo.antlr
Class AbstractAntlrMojo.NoAntlrDependencyDefinedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.AbstractMojoExecutionException
-
- org.apache.maven.plugin.MojoExecutionException
-
- org.codehaus.mojo.antlr.AbstractAntlrMojo.NoAntlrDependencyDefinedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AbstractAntlrMojo
public static class AbstractAntlrMojo.NoAntlrDependencyDefinedException extends org.apache.maven.plugin.MojoExecutionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoAntlrDependencyDefinedException(String s)
-
Method Summary
-
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoAntlrDependencyDefinedException
public NoAntlrDependencyDefinedException(String s)
-
-