Class 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 Detail

      • PlotGeneratorException

        public PlotGeneratorException​(String message)
        Constructs a new exception with the specified message.
        Parameters:
        message - The explanation of the exception.