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, toString
public ChartException()
ChartException
.public ChartException(String message)
ChartException
.message
- a descriptive message; may be null
public ChartException(Throwable cause)
ChartException
.cause
- the Throwable
responsible for this ChartException
; may be null
public ChartException(String message, Throwable cause)
ChartException
.message
- a descriptive message; may be null
cause
- the Throwable
responsible for this ChartException
; may be null
Copyright © 2017–2018, microBean. All rights reserved.