CannotCombine2DAnd3DChartsException
CannotCombine2DAnd3DChartsException class
Exception which thrown when trying to combine 2D and 3D chart types.
CannotCombine2DAnd3DChartsException
Name | Description |
---|---|
CannotCombine2DAnd3DChartsException() | Default function. |
Returns: CannotCombine2DAnd3DChartsException
CannotCombine2DAnd3DChartsException
Name | Description |
---|---|
CannotCombine2DAnd3DChartsException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
Returns: CannotCombine2DAnd3DChartsException
CannotCombine2DAnd3DChartsException
Name | Description |
---|---|
CannotCombine2DAnd3DChartsException(String, RuntimeException) | Constructor for an exception containing a message and an embedded exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
exception | RuntimeException | original exception |
Returns: CannotCombine2DAnd3DChartsException