com.xpn.xwiki.plugin.charts.exceptions
Class DataSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xpn.xwiki.plugin.charts.exceptions.ChartingException
              extended by com.xpn.xwiki.plugin.charts.exceptions.DataSourceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ColumnIndexOutOfBoundsException, EmptyDataSourceException, MissingDataSourceException, NoHeaderColumnException, NoHeaderRowException, RowIndexOutOfBoundsException

public class DataSourceException
extends ChartingException

See Also:
Serialized Form

Constructor Summary
DataSourceException()
           
DataSourceException(java.lang.String arg0)
           
DataSourceException(java.lang.String arg0, java.lang.Throwable arg1)
           
DataSourceException(java.lang.Throwable arg0)
           
 
Method Summary
 
Methods inherited from class com.xpn.xwiki.plugin.charts.exceptions.ChartingException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceException

public DataSourceException()

DataSourceException

public DataSourceException(java.lang.String arg0)

DataSourceException

public DataSourceException(java.lang.String arg0,
                           java.lang.Throwable arg1)

DataSourceException

public DataSourceException(java.lang.Throwable arg0)


Copyright © 2004-2008 XWiki. All Rights Reserved.