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.

Thrown to indicate that the data is invalid in a dataset.

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()
           Constructs an InvalidChartDataException with no detail message.
InvalidChartDataException(java.lang.String s)
           Constructs an InvalidChartDataException with the specified detail 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

InvalidChartDataException

public InvalidChartDataException()
Constructs an InvalidChartDataException with no detail message.


InvalidChartDataException

public InvalidChartDataException(java.lang.String s)
Constructs an InvalidChartDataException with the specified detail message.

Parameters:
s - The detail message.