public class ExecutionFailedException extends Exception
Constructor and Description |
---|
ExecutionFailedException(String message,
InvocationResult result) |
ExecutionFailedException(String message,
MavenInvocationException cause) |
Modifier and Type | Method and Description |
---|---|
InvocationResult |
getInvocationResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecutionFailedException(String message, MavenInvocationException cause)
public ExecutionFailedException(String message, InvocationResult result)
public InvocationResult getInvocationResult()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.