CannotCombine2DAnd3DChartsException
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 CannotCombine2DAnd3DChartsException extends System.InvalidOperationException
Exception which thrown when trying to combine 2D and 3D chart types.
Constructors
Constructor | Description |
---|---|
CannotCombine2DAnd3DChartsException() | Default constructor. |
CannotCombine2DAnd3DChartsException(String message) | Constructor allowing a message to be added to this exception. |
CannotCombine2DAnd3DChartsException(String message, RuntimeException exception) | Constructor for an exception containing a message and an embedded exception. |
CannotCombine2DAnd3DChartsException()
public CannotCombine2DAnd3DChartsException()
Default constructor.
CannotCombine2DAnd3DChartsException(String message)
public CannotCombine2DAnd3DChartsException(String message)
Constructor allowing a message to be added to this exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | message |
CannotCombine2DAnd3DChartsException(String message, RuntimeException exception)
public CannotCombine2DAnd3DChartsException(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 |