public class CannotCombine2DAnd3DChartsException
extends com.aspose.ms.System.InvalidOperationException
Exception which thrown when trying to combine 2D and 3D chart types.
Constructor and Description |
---|
CannotCombine2DAnd3DChartsException()
Default constructor.
|
CannotCombine2DAnd3DChartsException(java.lang.String message)
Constructor allowing a message to be added to this exception.
|
CannotCombine2DAnd3DChartsException(java.lang.String message,
java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
|
public CannotCombine2DAnd3DChartsException()
Default constructor.
public CannotCombine2DAnd3DChartsException(java.lang.String message)
Constructor allowing a message to be added to this exception.
message
- messagepublic CannotCombine2DAnd3DChartsException(java.lang.String message, java.lang.RuntimeException exception)
Constructor for an exception containing a message and an embedded exception.
message
- messageexception
- original exception