ElegantJCharts Java API Specification v2.0

com.elegantj.graphx
Class GraphException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.elegantj.graphx.GraphException
All Implemented Interfaces:
java.io.Serializable

public class GraphException
extends java.lang.Exception
implements java.io.Serializable

GraphException class provides the container for exception/error that occurred in Graph creation and/or execution.

See Also:
Serialized Form

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

GEM_GRAPH_POPULATION_EXCEPTION

public static final java.lang.String GEM_GRAPH_POPULATION_EXCEPTION
Specifies the constant for the error message when exception occured while populating(processing input data) graph


GEM_GRAPH_TOOLTIP_EXCEPTION

public static final java.lang.String GEM_GRAPH_TOOLTIP_EXCEPTION
Specifies the constant for the error message when exception occured while showig tooltip


GEM_YAXIS_SET_LABEL_VALUE_IS_INVALID

public static final java.lang.String GEM_YAXIS_SET_LABEL_VALUE_IS_INVALID
Specifies the constant for the error message when y-axis item value is invalid


GEM_GRAPH_DRAWING_FAILED

public static final java.lang.String GEM_GRAPH_DRAWING_FAILED
Specifies the constant for the error message when Exception while drawing graph


GEM_JAVA_UNEXPECTED_ERROR

public static final java.lang.String GEM_JAVA_UNEXPECTED_ERROR
Specifies the constant for the error message when unexpected error is generated

Constructor Detail

GraphException

public GraphException()
Creates the GraphException


GraphException

public GraphException(java.lang.String inString)
Creates the GraphException with specified error message


ElegantJCharts Java API Specification v2.0

For any feedback, suggestion, or query, please revert back to support@elegantcharts.com

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjcharts.com
All Rights Reserved.