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