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 |
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. |
Methods inherited from class com.aspose.ms.System.Exception |
getInnerException, getType, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.