Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Class AsposeLicenseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aspose.cells.AsposeLicenseException
All Implemented Interfaces:
java.io.Serializable

public class AsposeLicenseException
extends java.lang.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.
AsposeLicenseException(java.lang.Throwable cause)
          Creates a new AsposeLicenseException with a reason.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
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, i.e. a throwable that indirectly caused this exception.

AsposeLicenseException

public AsposeLicenseException(java.lang.Throwable cause)
Creates a new AsposeLicenseException with a reason.

Parameters:
cause - The reason, i.e. a throwable that indirectly caused this exception.