com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class AsposeLicenseException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.lang.RuntimeException
          • com.aspose.ms.System.Exception
            • com.aspose.slides.AsposeLicenseException
  • All Implemented Interfaces:
    java.io.Serializable


    public class AsposeLicenseException
    extends com.aspose.ms.System.Exception
    This exception is thrown if any errors with license are detected.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      AsposeLicenseException()
      Creates a new AsposeLicenseException.
      AsposeLicenseException(java.lang.String message)
      Creates a new AsposeLicenseException with a message string.
      AsposeLicenseException(java.lang.String message, java.lang.Throwable cause)
      Creates a new AsposeLicenseException with a message string and a reason.
    • 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

      • AsposeLicenseException

        public AsposeLicenseException()
        Creates a new AsposeLicenseException.
      • AsposeLicenseException

        public AsposeLicenseException(java.lang.String message)
        Creates a new AsposeLicenseException with a message string.
        Parameters:
        message - The message string.
      • AsposeLicenseException

        public AsposeLicenseException(java.lang.String message,
                                      java.lang.Throwable cause)
        Creates a new AsposeLicenseException with a message string and a reason.
        Parameters:
        message - The message string.
        cause - The reason that indirectly caused this exception.