AxesCompositionNotCombinableException
AxesCompositionNotCombinableException class
Exception which thrown when axes composition of the series is not combinable with present axes composition in chart.
AxesCompositionNotCombinableException
Name | Description |
---|---|
AxesCompositionNotCombinableException() | Default function. |
Returns: AxesCompositionNotCombinableException
AxesCompositionNotCombinableException
Name | Description |
---|---|
AxesCompositionNotCombinableException(String) | Constructor allowing a message to be added to this exception. |
Parameters:
Name | Type | Description |
---|---|---|
message | String | message |
Returns: AxesCompositionNotCombinableException
AxesCompositionNotCombinableException
Name | Description |
---|---|
AxesCompositionNotCombinableException(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: AxesCompositionNotCombinableException