public class BuildException extends RuntimeException
| Constructor and Description |
|---|
BuildException()
Constructs a new build exception with
null as its
detail message and cause. |
BuildException(String message)
Constructs a new build exception with the specified detail message and no cause.
|
BuildException(String message,
Throwable cause)
Constructs a new build exception with the specified detail message and
cause.
|
BuildException(Throwable cause)
Constructs a new build exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BuildException()
null as its
detail message and cause.public BuildException(String message)
public BuildException(String message, Throwable cause)
public BuildException(Throwable cause)
Copyright © 2015. All rights reserved.