com.ijchart.xychart.exception
Class InvalidChartDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ijchart.xychart.exception.InvalidChartDataException
All Implemented Interfaces:
java.io.Serializable

public class InvalidChartDataException
extends java.lang.RuntimeException

Title: IJChart

Description: a chart library for the Java(tm) platform.

定义不合法的图表数据类型异常.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.
See Also:
Serialized Form

Constructor Summary
InvalidChartDataException()
          没有参数的构造器.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidChartDataException

public InvalidChartDataException()
没有参数的构造器.


InvalidChartDataException

public InvalidChartDataException(java.lang.String s)
根据详细信息构造InvalidChartDataException.

Parameters:
s - 异常详细信息.