|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.birt.core.exception.BirtException
org.eclipse.birt.chart.exception.ChartException
Exception class for Chart framework.
Field Summary | |
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_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. |
Fields inherited from class org.eclipse.birt.core.exception.BirtException |
CANCEL, ERROR, INFO, OK, WARNING |
Constructor Summary | |
ChartException(int type,
java.lang.String errorMsg)
Deprecated. please use the version with plugIn ID. |
|
ChartException(int type,
java.lang.String sResourceKey,
java.lang.Object[] oaArgs,
java.util.ResourceBundle rb)
Deprecated. please use the version with plugIn ID. |
|
ChartException(int type,
java.lang.String sResourceKey,
java.lang.Object[] oaArgs,
java.util.ResourceBundle rb,
java.lang.Throwable thCause)
Deprecated. please use the version with plugIn ID. |
|
ChartException(int type,
java.lang.String sResourceKey,
java.util.ResourceBundle rb)
Deprecated. please use the version with plugIn ID. |
|
ChartException(int type,
java.lang.String sResourceKey,
java.util.ResourceBundle rb,
java.lang.Throwable thCause)
Deprecated. please use the version with plugIn ID. |
|
ChartException(int type,
java.lang.Throwable cause)
Deprecated. please use the version with plugIn ID. |
|
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. |
Method Summary | |
int |
getType()
Returns the Chart exception type. |
Methods inherited from class org.eclipse.birt.core.exception.BirtException |
getErrorCode, getLocalizedMessage, getMessage, getPluginId, getSeverity, setSeverity |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
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 VALIDATION
Constructor Detail |
public ChartException(int type, java.lang.Throwable cause)
cause
- public ChartException(int type, java.lang.String errorMsg)
public ChartException(int type, java.lang.String sResourceKey, java.util.ResourceBundle rb)
sResourceKey
- rb
- public ChartException(int type, java.lang.String sResourceKey, java.lang.Object[] oaArgs, java.util.ResourceBundle rb)
sResourceKey
- oaArgs
- rb
- public ChartException(int type, java.lang.String sResourceKey, java.util.ResourceBundle rb, java.lang.Throwable thCause)
sResourceKey
- rb
- thCause
- public ChartException(int type, java.lang.String sResourceKey, java.lang.Object[] oaArgs, java.util.ResourceBundle rb, java.lang.Throwable thCause)
sResourceKey
- oaArgs
- rb
- thCause
- public ChartException(java.lang.String pluginId, int type, java.lang.Throwable cause)
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)
sResourceKey
- rb
- public ChartException(java.lang.String pluginId, int type, java.lang.String sResourceKey, java.lang.Object[] oaArgs, java.util.ResourceBundle rb)
sResourceKey
- oaArgs
- rb
- public ChartException(java.lang.String pluginId, int type, java.lang.String sResourceKey, java.util.ResourceBundle rb, java.lang.Throwable thCause)
sResourceKey
- rb
- 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)
sResourceKey
- oaArgs
- rb
- thCause
- Method Detail |
public int getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |