public class BuildException extends Exception
Thrown if an error occurs while building.
Constructor and Description |
---|
BuildException(String message)
Constructs a new exception with the specified detail message.
|
BuildException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BuildException(String message)
Constructs a new exception with the specified detail message.
message
- The detail message.Copyright © 2015–2019. All rights reserved.