public class ChartGeneratorException extends Exception
Constructor and Description |
---|
ChartGeneratorException(String message)
Constructs a new exception with the specified message.
|
ChartGeneratorException(String message,
Throwable throwable)
Constructs a new exception with the specified message and cause.
|
ChartGeneratorException(Throwable throwable)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChartGeneratorException(String message)
message
- The explanation of the exception.public ChartGeneratorException(Throwable throwable)
throwable
- The underlying cause for this exception.Copyright © 2004–2021 XWiki. All rights reserved.