Package org.apache.sis.util.resources
Class ResourceCompilerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
org.apache.maven.plugin.MojoExecutionException
org.apache.sis.util.resources.ResourceCompilerException
- All Implemented Interfaces:
Serializable
final class ResourceCompilerException
extends org.apache.maven.plugin.MojoExecutionException
Thrown when the
ResourceCompilerMojo
exit abnormally.- Since:
- 0.3
- Version:
- 0.3
-
Field Summary
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
-
Constructor Summary
ConstructorsConstructorDescriptionResourceCompilerException
(String message) Creates an exception with the given detail message.Creates an exception with the given cause. -
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 Details
-
ResourceCompilerException
ResourceCompilerException(String message) Creates an exception with the given detail message.- Parameters:
message
- the detail message.
-
ResourceCompilerException
ResourceCompilerException(Throwable cause) Creates an exception with the given cause.- Parameters:
cause
- the cause of this exception.
-