com.aspose.slides
Class AsposeLicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.aspose.ms.System.Exception
                  extended by 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.
 
Method Summary
 
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
 

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.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.