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, toStringpublic ChartGeneratorException(String message)
message - The explanation of the exception.public ChartGeneratorException(Throwable throwable)
throwable - The underlying cause for this exception.Copyright © 2004–2019 XWiki. All rights reserved.