|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.elegantj.graphx.GraphException
GraphException class provides the container for exception/error that occurred in Graph creation and/or execution.
| Field Summary | |
static java.lang.String |
GEM_GRAPH_DRAWING_FAILED
Specifies the constant for the error message when Exception while drawing graph |
static java.lang.String |
GEM_GRAPH_POPULATION_EXCEPTION
Specifies the constant for the error message when exception occured while populating(processing input data) graph |
static java.lang.String |
GEM_GRAPH_TOOLTIP_EXCEPTION
Specifies the constant for the error message when exception occured while showig tooltip |
static java.lang.String |
GEM_JAVA_UNEXPECTED_ERROR
Specifies the constant for the error message when unexpected error is generated |
static java.lang.String |
GEM_YAXIS_SET_LABEL_VALUE_IS_INVALID
Specifies the constant for the error message when y-axis item value is invalid |
| Constructor Summary | |
GraphException()
Creates the GraphException |
|
GraphException(java.lang.String inString)
Creates the GraphException with specified error message |
|
| 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 |
| Field Detail |
public static final java.lang.String GEM_GRAPH_POPULATION_EXCEPTION
public static final java.lang.String GEM_GRAPH_TOOLTIP_EXCEPTION
public static final java.lang.String GEM_YAXIS_SET_LABEL_VALUE_IS_INVALID
public static final java.lang.String GEM_GRAPH_DRAWING_FAILED
public static final java.lang.String GEM_JAVA_UNEXPECTED_ERROR
| Constructor Detail |
public GraphException()
public GraphException(java.lang.String inString)
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||