Class JavaToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.utils.cli.javatool.JavaToolException
- All Implemented Interfaces:
Serializable
Signals an error during the construction of the command line used to invoke java tool, e.g. illegal invocation arguments.
This should not be confused with a failure of the invoked java tool build itself which will be reported by means of a non-zero exit code.
- Since:
- 0.5
- Author:
- Tony Chemit
- See Also:
-
Constructor Summary
ConstructorDescriptionJavaToolException
(String message) JavaToolException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JavaToolException
- Parameters:
message
- The message of the exception.
-
JavaToolException
- Parameters:
message
- The message of the exception.cause
- The cause of the exception.
-