public class ChartException
extends BirtException
Modifier and Type | Field and Description |
---|---|
static int |
ALL_NULL_DATASET
Exception type for all null values error.
|
static int |
COMPUTATION
Exception type for Computation error.
|
static int |
DATA_BINDING
Exception type for Data binding error
|
static int |
DATA_FORMAT
Exception type for Data format error.
|
static int |
DATA_SET
Exception type for Data set error.
|
static int |
DOES_NOT_FIT
Exception type for Does not fit error.
|
static int |
GENERATION
Exception type for chart Generation error.
|
static int |
IMAGE_LOADING
Exception type for Image loading error.
|
static int |
INVALID_DATA_TYPE |
static int |
INVALID_IMAGE_SIZE
Exception type for InvalidImageSize error.
|
static int |
MISSING_STACKED_ENTRY
Exception type for Missing stacked entry error.
|
static int |
NOT_FOUND
Exception type for Not found error.
|
static int |
NULL_DATASET
Exception type for NullDataset error.
|
static int |
OUT_OF_RANGE
Exception type for Out of range error.
|
static int |
OUT_OF_SYNC
Exception type for Out of SYnc error.
|
static int |
OVERLAP
Exception type for Overlap error.
|
static int |
PLUGIN
Exception type for PlugIn error.
|
static int |
RENDERING
Exception type for Rendering error.
|
static int |
SCRIPT
Exception type for Script error.
|
static int |
UNDEFINED_VALUE
Exception type for Undefined value error.
|
static int |
UNSUPPORTED_FEATURE
Exception type for Unsupported feature error.
|
static int |
VALIDATION
Exception type for Validation error.
|
static int |
ZERO_DATASET
Exception type for ZeroDataset error.
|
Constructor and Description |
---|
ChartException(int type,
java.lang.String errorMsg)
Deprecated.
use
ChartException(String, int, String) instead. |
ChartException(int type,
java.lang.String sResourceKey,
java.lang.Object[] oaArgs,
java.util.ResourceBundle rb)
Deprecated.
|
ChartException(int type,
java.lang.String sResourceKey,
java.lang.Object[] oaArgs,
java.util.ResourceBundle rb,
java.lang.Throwable thCause)
Deprecated.
|
ChartException(int type,
java.lang.String sResourceKey,
java.util.ResourceBundle rb)
Deprecated.
use
ChartException(String, int, String, ResourceBundle)
instead. |
ChartException(int type,
java.lang.String sResourceKey,
java.util.ResourceBundle rb,
java.lang.Throwable thCause)
Deprecated.
|
ChartException(int type,
java.lang.Throwable cause)
Deprecated.
use
ChartException(String, int, Throwable) instead. |
ChartException(java.lang.String pluginId,
int type,
java.lang.String errorMsg)
The constructor.
|
ChartException(java.lang.String pluginId,
int type,
java.lang.String sResourceKey,
java.lang.Object[] oaArgs,
java.util.ResourceBundle rb)
The constructor.
|
ChartException(java.lang.String pluginId,
int type,
java.lang.String sResourceKey,
java.lang.Object[] oaArgs,
java.util.ResourceBundle rb,
java.lang.Throwable thCause)
The constructor.
|
ChartException(java.lang.String pluginId,
int type,
java.lang.String sResourceKey,
java.util.ResourceBundle rb)
The constructor.
|
ChartException(java.lang.String pluginId,
int type,
java.lang.String sResourceKey,
java.util.ResourceBundle rb,
java.lang.Throwable thCause)
The constructor.
|
ChartException(java.lang.String pluginId,
int type,
java.lang.Throwable cause)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Returns the type of this Chart exception.
|
public static final int DATA_FORMAT
public static final int DATA_SET
public static final int DOES_NOT_FIT
public static final int GENERATION
public static final int IMAGE_LOADING
public static final int MISSING_STACKED_ENTRY
public static final int NOT_FOUND
public static final int OUT_OF_RANGE
public static final int OUT_OF_SYNC
public static final int OVERLAP
public static final int PLUGIN
public static final int RENDERING
public static final int SCRIPT
public static final int UNDEFINED_VALUE
public static final int UNSUPPORTED_FEATURE
public static final int COMPUTATION
public static final int ZERO_DATASET
public static final int NULL_DATASET
public static final int INVALID_IMAGE_SIZE
public static final int DATA_BINDING
public static final int ALL_NULL_DATASET
public static final int INVALID_DATA_TYPE
public static final int VALIDATION
public ChartException(int type, java.lang.Throwable cause)
ChartException(String, int, Throwable)
instead.public ChartException(int type, java.lang.String errorMsg)
ChartException(String, int, String)
instead.public ChartException(int type, java.lang.String sResourceKey, java.util.ResourceBundle rb)
ChartException(String, int, String, ResourceBundle)
instead.public ChartException(int type, java.lang.String sResourceKey, java.lang.Object[] oaArgs, java.util.ResourceBundle rb)
ChartException(String, int, String, Object[], ResourceBundle)
instead.public ChartException(int type, java.lang.String sResourceKey, java.util.ResourceBundle rb, java.lang.Throwable thCause)
ChartException(String, int, String, ResourceBundle, Throwable)
instead.public ChartException(int type, java.lang.String sResourceKey, java.lang.Object[] oaArgs, java.util.ResourceBundle rb, java.lang.Throwable thCause)
ChartException(String, int, String, Object[], ResourceBundle, Throwable)
instead.public ChartException(java.lang.String pluginId, int type, java.lang.Throwable cause)
public ChartException(java.lang.String pluginId, int type, java.lang.String errorMsg)
public ChartException(java.lang.String pluginId, int type, java.lang.String sResourceKey, java.util.ResourceBundle rb)
public ChartException(java.lang.String pluginId, int type, java.lang.String sResourceKey, java.lang.Object[] oaArgs, java.util.ResourceBundle rb)
public ChartException(java.lang.String pluginId, int type, java.lang.String sResourceKey, java.util.ResourceBundle rb, java.lang.Throwable thCause)
public ChartException(java.lang.String pluginId, int type, java.lang.String sResourceKey, java.lang.Object[] oaArgs, java.util.ResourceBundle rb, java.lang.Throwable thCause)
Copyright © 2014 OpenText Corp. All rights reserved.