AsposeLicenseException
AsposeLicenseException class
This exception is thrown if any errors with license are detected.
AsposeLicenseException
| Name | Description |
|---|
| AsposeLicenseException() | Creates a new AsposeLicenseException. |
Result:
AsposeLicenseException
AsposeLicenseException
| Name | Description |
|---|
| AsposeLicenseException(String) | Creates a new AsposeLicenseException with a message string. |
Parameters:
| Name | Type | Description |
|---|
| message | String | The message string. |
Result:
AsposeLicenseException
AsposeLicenseException
| Name | Description |
|---|
| AsposeLicenseException(String, Throwable) | Creates a new AsposeLicenseException with a message string and a reason. |
Parameters:
| Name | Type | Description |
|---|
| message | String | The message string. |
| cause | Throwable | The reason that indirectly caused this exception. |
Result:
AsposeLicenseException
addSuppressed
| Name | Description |
|---|
| addSuppressed(Throwable) | |
fillInStackTrace
| Name | Description |
|---|
| fillInStackTrace() | |
Result:
Throwable
getCause
| Name | Description |
|---|
| getCause() | |
Result:
Throwable
getInnerException
| Name | Description |
|---|
| getInnerException() | |
Result:
Throwable
getLocalizedMessage
| Name | Description |
|---|
| getLocalizedMessage() | |
Result:
String
getMessage
| Name | Description |
|---|
| getMessage() | |
Result:
String
getStackTrace
| Name | Description |
|---|
| getStackTrace() | |
Result:
StackTraceElement
getSuppressed
| Name | Description |
|---|
| getSuppressed() | |
Result:
Throwable
getType
Result:
Type
initCause
| Name | Description |
|---|
| initCause(Throwable) | |
Result:
Throwable
printStackTrace
| Name | Description |
|---|
| printStackTrace() | |
printStackTrace
| Name | Description |
|---|
| printStackTrace(PrintStream) | |
printStackTrace
| Name | Description |
|---|
| printStackTrace(PrintWriter) | |
setStackTrace
| Name | Description |
|---|
| setStackTrace(java.lang.StackTraceElement[]) | |