org.askalon.graph.chart
Class ChartNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.askalon.graph.chart.ChartNotAvailableException
All Implemented Interfaces:
Serializable

public class ChartNotAvailableException
extends RuntimeException

This exception is thrown if a chart is not available, maybe due to separating it out in the build process, or because a chart is not available for a specific renderer.

Author:
Georg Schild and Franz Endstrasser
See Also:
Serialized Form

Constructor Summary
ChartNotAvailableException(String key)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChartNotAvailableException

public ChartNotAvailableException(String key)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams