AsposeLicenseException

AsposeLicenseException class

This exception is thrown if any errors with license are detected.

AsposeLicenseException

NameDescription
AsposeLicenseException()Creates a new AsposeLicenseException.

Result: AsposeLicenseException


AsposeLicenseException

NameDescription
AsposeLicenseException(String)Creates a new AsposeLicenseException with a message string.

Parameters:

NameTypeDescription
messageStringThe message string.

Result: AsposeLicenseException


AsposeLicenseException

NameDescription
AsposeLicenseException(String, Throwable)Creates a new AsposeLicenseException with a message string and a reason.

Parameters:

NameTypeDescription
messageStringThe message string.
causeThrowableThe reason that indirectly caused this exception.

Result: AsposeLicenseException


addSuppressed

NameDescription
addSuppressed(Throwable)

fillInStackTrace

NameDescription
fillInStackTrace()

Result: Throwable


getCause

NameDescription
getCause()

Result: Throwable


getInnerException

NameDescription
getInnerException()

Result: Throwable


getLocalizedMessage

NameDescription
getLocalizedMessage()

Result: String


getMessage

NameDescription
getMessage()

Result: String


getStackTrace

NameDescription
getStackTrace()

Result: StackTraceElement


getSuppressed

NameDescription
getSuppressed()

Result: Throwable


getType

NameDescription
getType()

Result: Type


initCause

NameDescription
initCause(Throwable)

Result: Throwable


printStackTrace

NameDescription
printStackTrace()

printStackTrace

NameDescription
printStackTrace(PrintStream)

printStackTrace

NameDescription
printStackTrace(PrintWriter)

setStackTrace

NameDescription
setStackTrace(java.lang.StackTraceElement[])