Class ChartBootException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pentaho.platform.plugin.action.chartbeans.ChartBootException
All Implemented Interfaces:
Serializable

public class ChartBootException extends Exception
This exception wraps the generic exception thrown by the ChartBeans boot process so that developers can properly account for boot errors.
Author:
cboyden
See Also:
  • Constructor Details

    • ChartBootException

      public ChartBootException(Throwable t)