Class DataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.xpn.xwiki.plugin.charts.exceptions.ChartingException
-
- com.xpn.xwiki.plugin.charts.exceptions.DataSourceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ColumnIndexOutOfBoundsException
,EmptyDataSourceException
,MissingDataSourceException
,NoHeaderColumnException
,NoHeaderRowException
,RowIndexOutOfBoundsException
public class DataSourceException extends ChartingException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSourceException()
DataSourceException(String arg0)
DataSourceException(String arg0, Throwable arg1)
DataSourceException(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-