|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ijchart.xychart.exception.InvalidChartDataException
public class InvalidChartDataException
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:
| 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 |
|---|
public InvalidChartDataException()
public InvalidChartDataException(java.lang.String s)
s -
The detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||