|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.aspose.slides.AsposeLicenseException
public class AsposeLicenseException
This exception is thrown if any errors with license are detected.
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 |
---|
public AsposeLicenseException()
public AsposeLicenseException(java.lang.String message)
message
- The message string.public AsposeLicenseException(java.lang.String message, java.lang.Throwable cause)
message
- The message string.cause
- The reason that indirectly caused this exception.public AsposeLicenseException(java.lang.Throwable cause)
cause
- The reason that indirectly caused this exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |