AxesCompositionNotCombinableException

AxesCompositionNotCombinableException class

Exception which thrown when axes composition of the series is not combinable with present axes composition in chart.

AxesCompositionNotCombinableException

NameDescription
AxesCompositionNotCombinableException()Default function.

Returns: AxesCompositionNotCombinableException


AxesCompositionNotCombinableException

NameDescription
AxesCompositionNotCombinableException(String)Constructor allowing a message to be added to this exception.

Parameters:

NameTypeDescription
messageStringmessage

Returns: AxesCompositionNotCombinableException


AxesCompositionNotCombinableException

NameDescription
AxesCompositionNotCombinableException(String, RuntimeException)Constructor for an exception containing a message and an embedded exception.

Parameters:

NameTypeDescription
messageStringmessage
exceptionRuntimeExceptionoriginal exception

Returns: AxesCompositionNotCombinableException