org.xwiki.chart
Class PlotGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.chart.ChartGeneratorException
              extended by 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
PlotGeneratorException(String message)
          Constructs a new exception with the specified message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlotGeneratorException

public PlotGeneratorException(String message)
Constructs a new exception with the specified message.

Parameters:
message - The explanation of the exception.


Copyright © 2004-2013 XWiki. All Rights Reserved.