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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | message |
AxesCompositionNotCombinableException(String message, RuntimeException exception)
public AxesCompositionNotCombinableException(String message, RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | message |
exception | java.lang.RuntimeException | original exception |