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

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.Stringmessage

CannotCombine2DAnd3DChartsException(String message, RuntimeException exception)

public CannotCombine2DAnd3DChartsException(String message, RuntimeException exception)

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

Parameters:

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