org.pentaho.chart.plugin
Class ChartProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.chart.plugin.ChartProcessingException
All Implemented Interfaces:
Serializable

public class ChartProcessingException
extends Exception

Todo: Document me!

Author:
: Thomas Morgner
See Also:
Serialized Form

Constructor Summary
ChartProcessingException()
           
ChartProcessingException(String message)
           
ChartProcessingException(String message, Throwable cause)
           
ChartProcessingException(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

ChartProcessingException

public ChartProcessingException()

ChartProcessingException

public ChartProcessingException(String message)

ChartProcessingException

public ChartProcessingException(String message,
                                Throwable cause)

ChartProcessingException

public ChartProcessingException(Throwable cause)