org.pentaho.platform.plugin.action.chartbeans
Class ChartBootException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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:
Serialized Form

Constructor Summary
ChartBootException(Throwable t)
           
 
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

ChartBootException

public ChartBootException(Throwable t)