com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class AxesCompositionNotCombinableException

  • 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
                • com.aspose.slides.AxesCompositionNotCombinableException
  • All Implemented Interfaces:
    java.io.Serializable


    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.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Exception

        getInnerException, getType, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AxesCompositionNotCombinableException

        public AxesCompositionNotCombinableException()

        Default constructor.

      • AxesCompositionNotCombinableException

        public AxesCompositionNotCombinableException(java.lang.String message)

        Constructor allowing a message to be added to this exception.

        Parameters:
        message - message
      • AxesCompositionNotCombinableException

        public AxesCompositionNotCombinableException(java.lang.String message,
                                                     java.lang.RuntimeException exception)

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

        Parameters:
        message - message
        exception - original exception