Package org.eclipse.birt.chart.exception
Class ChartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.chart.exception.ChartException
- All Implemented Interfaces:
Serializable
public class ChartException
extends org.eclipse.birt.core.exception.BirtException
Exception class for Chart framework.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Exception type for all null values error.static final int
Exception type for Computation error.static final int
Exception type for Data binding errorstatic final int
Exception type for Data format error.static final int
Exception type for Data set error.static final int
Exception type for Does not fit error.static final int
Exception type for chart Generation error.static final int
Exception type for Image loading error.static final int
static final int
Exception type for InvalidImageSize error.static final int
Exception type for Missing stacked entry error.static final int
Exception type for Not found error.static final int
Exception type for NullDataset error.static final int
Exception type for Out of range error.static final int
Exception type for Out of SYnc error.static final int
Exception type for Overlap error.static final int
Exception type for PlugIn error.static final int
Exception type for Rendering error.static final int
Exception type for Script error.static final int
Exception type for Undefined value error.static final int
Exception type for Unsupported feature error.static final int
Exception type for Validation error.static final int
Exception type for ZeroDataset error.Fields inherited from class org.eclipse.birt.core.exception.BirtException
CANCEL, ERROR, INFO, OK, WARNING
-
Constructor Summary
ConstructorsConstructorDescriptionChartException
(int type, String errorMsg) Deprecated.ChartException
(int type, String sResourceKey, Object[] oaArgs, ResourceBundle rb) Deprecated.ChartException
(int type, String sResourceKey, Object[] oaArgs, ResourceBundle rb, Throwable thCause) Deprecated.ChartException
(int type, String sResourceKey, ResourceBundle rb) Deprecated.useChartException(String, int, String, ResourceBundle)
instead.ChartException
(int type, String sResourceKey, ResourceBundle rb, Throwable thCause) Deprecated.ChartException
(int type, Throwable cause) Deprecated.useChartException(String, int, Throwable)
instead.ChartException
(String pluginId, int type, String errorMsg) The constructor.ChartException
(String pluginId, int type, String sResourceKey, Object[] oaArgs, ResourceBundle rb) The constructor.ChartException
(String pluginId, int type, String sResourceKey, Object[] oaArgs, ResourceBundle rb, Throwable thCause) The constructor.ChartException
(String pluginId, int type, String sResourceKey, ResourceBundle rb) The constructor.ChartException
(String pluginId, int type, String sResourceKey, ResourceBundle rb, Throwable thCause) The constructor.ChartException
(String pluginId, int type, Throwable cause) The constructor. -
Method Summary
Methods inherited from class org.eclipse.birt.core.exception.BirtException
getErrorCode, getLocalizedMessage, getMessage, getPluginId, getSeverity, setSeverity
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DATA_FORMAT
public static final int DATA_FORMATException type for Data format error.- See Also:
-
DATA_SET
public static final int DATA_SETException type for Data set error.- See Also:
-
DOES_NOT_FIT
public static final int DOES_NOT_FITException type for Does not fit error.- See Also:
-
GENERATION
public static final int GENERATIONException type for chart Generation error.- See Also:
-
IMAGE_LOADING
public static final int IMAGE_LOADINGException type for Image loading error.- See Also:
-
MISSING_STACKED_ENTRY
public static final int MISSING_STACKED_ENTRYException type for Missing stacked entry error.- See Also:
-
NOT_FOUND
public static final int NOT_FOUNDException type for Not found error.- See Also:
-
OUT_OF_RANGE
public static final int OUT_OF_RANGEException type for Out of range error.- See Also:
-
OUT_OF_SYNC
public static final int OUT_OF_SYNCException type for Out of SYnc error.- See Also:
-
OVERLAP
public static final int OVERLAPException type for Overlap error.- See Also:
-
PLUGIN
public static final int PLUGINException type for PlugIn error.- See Also:
-
RENDERING
public static final int RENDERINGException type for Rendering error.- See Also:
-
SCRIPT
public static final int SCRIPTException type for Script error.- See Also:
-
UNDEFINED_VALUE
public static final int UNDEFINED_VALUEException type for Undefined value error.- See Also:
-
UNSUPPORTED_FEATURE
public static final int UNSUPPORTED_FEATUREException type for Unsupported feature error.- See Also:
-
COMPUTATION
public static final int COMPUTATIONException type for Computation error.- See Also:
-
ZERO_DATASET
public static final int ZERO_DATASETException type for ZeroDataset error.- See Also:
-
NULL_DATASET
public static final int NULL_DATASETException type for NullDataset error.- See Also:
-
INVALID_IMAGE_SIZE
public static final int INVALID_IMAGE_SIZEException type for InvalidImageSize error.- See Also:
-
DATA_BINDING
public static final int DATA_BINDINGException type for Data binding error- See Also:
-
ALL_NULL_DATASET
public static final int ALL_NULL_DATASETException type for all null values error.- See Also:
-
INVALID_DATA_TYPE
public static final int INVALID_DATA_TYPE- See Also:
-
VALIDATION
public static final int VALIDATIONException type for Validation error.- See Also:
-
-
Constructor Details
-
ChartException
Deprecated.useChartException(String, int, Throwable)
instead.The constructor. -
ChartException
Deprecated.useChartException(String, int, String)
instead.The constructor. -
ChartException
Deprecated.useChartException(String, int, String, ResourceBundle)
instead.The constructor. -
ChartException
@Deprecated public ChartException(int type, String sResourceKey, Object[] oaArgs, ResourceBundle rb) Deprecated.The constructor. -
ChartException
@Deprecated public ChartException(int type, String sResourceKey, ResourceBundle rb, Throwable thCause) Deprecated.The constructor. -
ChartException
@Deprecated public ChartException(int type, String sResourceKey, Object[] oaArgs, ResourceBundle rb, Throwable thCause) Deprecated.The constructor. -
ChartException
The constructor. -
ChartException
The constructor. -
ChartException
The constructor. -
ChartException
public ChartException(String pluginId, int type, String sResourceKey, Object[] oaArgs, ResourceBundle rb) The constructor. -
ChartException
public ChartException(String pluginId, int type, String sResourceKey, ResourceBundle rb, Throwable thCause) The constructor. -
ChartException
public ChartException(String pluginId, int type, String sResourceKey, Object[] oaArgs, ResourceBundle rb, Throwable thCause) The constructor.
-
-
Method Details
-
getType
public int getType()Returns the type of this Chart exception.- Returns:
-
ChartException(String, int, String)
instead.