org.xwiki.chart
Class PlotGeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.chart.ChartGeneratorException
org.xwiki.chart.PlotGeneratorException
- All Implemented Interfaces:
- Serializable
public class PlotGeneratorException
- extends ChartGeneratorException
The class used to indicate exceptions specific to the plot generator.
- Since:
- 4.2M1
- Version:
- $Id: 881ece9057e48bde930b328a5b611d3433861c05 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlotGeneratorException
public PlotGeneratorException(String message)
- Constructs a new exception with the specified message.
- Parameters:
message - The explanation of the exception.
Copyright © 2004–2015 XWiki. All rights reserved.