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
  • 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.