public class RunFailureException extends Exception
| Constructor and Description |
|---|
RunFailureException(String message,
String type)
Creates a new exception with the specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the type of build failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getType()
null.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.