com.ijchart.xychart.exception
Class RowXValueDuplicateException

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

public final class RowXValueDuplicateException
extends java.lang.RuntimeException
implements java.io.Serializable

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
RowXValueDuplicateException(java.lang.String message)
          构造器.
 
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

RowXValueDuplicateException

public RowXValueDuplicateException(java.lang.String message)
构造器.

Parameters:
message - String 消息字符串.