|
||||||||
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 is 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AsposeLicenseException()
AsposeLicenseException
.
public AsposeLicenseException(java.lang.String message)
AsposeLicenseException
with a message string.
message
- The message string.public AsposeLicenseException(java.lang.String message, java.lang.Throwable cause)
AsposeLicenseException
with a message string and a reason.
message
- The message string.cause
- The reason, i.e. a throwable that indirectly caused this exception.public AsposeLicenseException(java.lang.Throwable cause)
AsposeLicenseException
with a reason.
cause
- The reason, i.e. a throwable that indirectly caused this exception.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |