public class ChartException extends HelmException
HelmException indicating that there is a problem with a
Helm chart.| Constructor and Description |
|---|
ChartException()
Creates a new
ChartException. |
ChartException(String message)
Creates a new
ChartException. |
ChartException(String message,
Throwable cause)
Creates a new
ChartException. |
ChartException(Throwable cause)
Creates a new
ChartException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChartException()
ChartException.public ChartException(String message)
ChartException.message - a descriptive message; may be nullpublic ChartException(Throwable cause)
ChartException.cause - the Throwable responsible for this ChartException; may be nullpublic ChartException(String message, Throwable cause)
ChartException.message - a descriptive message; may be nullcause - the Throwable responsible for this ChartException; may be nullCopyright © 2017–2018, microBean. All rights reserved.