Package 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
-
-
Constructor Summary
Constructors Constructor Description PlotGeneratorException(String message)
Constructs a new exception with the specified message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PlotGeneratorException
public PlotGeneratorException(String message)
Constructs a new exception with the specified message.- Parameters:
message
- The explanation of the exception.
-
-