org.graphstream.algorithm.measure
Class ChartMeasure.PlotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.graphstream.algorithm.measure.ChartMeasure.PlotException
All Implemented Interfaces:
Serializable
Enclosing class:
ChartMeasure

public static class ChartMeasure.PlotException
extends Exception

Exception that can be raised when trying to plot measures.

See Also:
Serialized Form

Constructor Summary
ChartMeasure.PlotException(String message)
           
ChartMeasure.PlotException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartMeasure.PlotException

public ChartMeasure.PlotException(String message)

ChartMeasure.PlotException

public ChartMeasure.PlotException(Throwable cause)


Copyright © 2012. All Rights Reserved.