public class AxesCompositionNotCombinableException
extends com.aspose.ms.System.InvalidOperationException
Exception which thrown when axes composition of the series is not combinable with present axes composition in chart.
Constructor and Description |
---|
AxesCompositionNotCombinableException()
Default constructor.
|
AxesCompositionNotCombinableException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
AxesCompositionNotCombinableException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public AxesCompositionNotCombinableException()
Default constructor.
public AxesCompositionNotCombinableException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic AxesCompositionNotCombinableException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception