AxesCompositionNotCombinableException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.SystemException, com.aspose.ms.System.InvalidOperationException

public class AxesCompositionNotCombinableException extends System.InvalidOperationException

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

Constructors

ConstructorDescription
AxesCompositionNotCombinableException()Default constructor.
AxesCompositionNotCombinableException(String message)Constructor allowing a message to be added to this exception.
AxesCompositionNotCombinableException(String message, RuntimeException exception)Constructor for an exception containing a message and an embedded exception.

AxesCompositionNotCombinableException()

public AxesCompositionNotCombinableException()

Default constructor.

AxesCompositionNotCombinableException(String message)

public AxesCompositionNotCombinableException(String message)

Constructor allowing a message to be added to this exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage

AxesCompositionNotCombinableException(String message, RuntimeException exception)

public AxesCompositionNotCombinableException(String message, RuntimeException exception)

Constructor for an exception containing a message and an embedded exception.

Parameters:

ParameterTypeDescription
messagejava.lang.Stringmessage
exceptionjava.lang.RuntimeExceptionoriginal exception