Class ColumnIndexOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.xpn.xwiki.plugin.charts.exceptions.ChartingException
-
- com.xpn.xwiki.plugin.charts.exceptions.DataSourceException
-
- com.xpn.xwiki.plugin.charts.exceptions.ColumnIndexOutOfBoundsException
-
- All Implemented Interfaces:
Serializable
public class ColumnIndexOutOfBoundsException extends DataSourceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnIndexOutOfBoundsException()
ColumnIndexOutOfBoundsException(String message)
ColumnIndexOutOfBoundsException(String message, Throwable cause)
ColumnIndexOutOfBoundsException(Throwable cause)
-
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
-
-
-
-
Constructor Detail
-
ColumnIndexOutOfBoundsException
public ColumnIndexOutOfBoundsException()
-
ColumnIndexOutOfBoundsException
public ColumnIndexOutOfBoundsException(String message)
-
ColumnIndexOutOfBoundsException
public ColumnIndexOutOfBoundsException(String message, Throwable cause)
-
ColumnIndexOutOfBoundsException
public ColumnIndexOutOfBoundsException(Throwable cause)
-
-