public class JavaToolException extends Exception
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.
JavaToolResult.getExitCode(), 
Serialized Form| Constructor and Description | 
|---|
JavaToolException(String message)  | 
JavaToolException(String message,
                 Throwable cause)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.