org.apache.maven.shared.utils.cli.javatool
Class JavaToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.utils.cli.javatool.JavaToolException
- All Implemented Interfaces:
- Serializable
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.
- Since:
- 0.5
- Version:
- $Id: JavaToolException.html 925654 2014-10-13 20:12:40Z krosenvold $
- Author:
- Tony Chemit
- See Also:
JavaToolResult.getExitCode()
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JavaToolException
public JavaToolException(String message)
JavaToolException
public JavaToolException(String message,
Throwable cause)
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.