public class LicenseVersionException extends RuntimeException
| Modifier and Type | Field and Description | 
|---|---|
| static String | LICENSE_FILE_NOT_LOADED | 
| static String | MAJOR_VERSION_IS_NOT_NUMERIC | 
| static String | MINOR_VERSION_IS_NOT_NUMERIC | 
| static String | NO_I_TEXT7_LICENSE_IS_LOADED_BUT_AN_I_TEXT5_LICENSE_IS_LOADED | 
| protected Object | object
              Object for more details 
             | 
| static String | THE_MAJOR_VERSION_OF_THE_LICENSE_0_IS_HIGHER_THAN_THE_MAJOR_VERSION_1_OF_THE_CORE_LIBRARY | 
| static String | THE_MAJOR_VERSION_OF_THE_LICENSE_0_IS_LOWER_THAN_THE_MAJOR_VERSION_1_OF_THE_CORE_LIBRARY | 
| static String | THE_MINOR_VERSION_OF_THE_LICENSE_0_IS_HIGHER_THAN_THE_MINOR_VERSION_1_OF_THE_CORE_LIBRARY | 
| static String | THE_MINOR_VERSION_OF_THE_LICENSE_0_IS_LOWER_THAN_THE_MINOR_VERSION_1_OF_THE_CORE_LIBRARY | 
| static String | UNKNOWN_EXCEPTION_WHEN_CHECKING_LICENSE_VERSION | 
| static String | VERSION_STRING_IS_EMPTY_AND_CANNOT_BE_PARSED | 
| Constructor and Description | 
|---|
| LicenseVersionException(String message)
              Creates a new instance of PdfException. 
             | 
| LicenseVersionException(String message, Object obj)
              Creates a new instance of PdfException. 
             | 
| LicenseVersionException(String message, Throwable cause)
              Creates a new instance of PdfException. 
             | 
| LicenseVersionException(String message, Throwable cause, Object obj)
              Creates a new instance of PdfException. 
             | 
| LicenseVersionException(Throwable cause)
              Creates a new instance of PdfException. 
             | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMessage() | 
| protected Object[] | getMessageParams()
              Gets parameters that are to be inserted in exception message placeholders. 
             | 
| LicenseVersionException | setMessageParams(Object... messageParams)
              Sets additional params for Exception message. 
             | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String NO_I_TEXT7_LICENSE_IS_LOADED_BUT_AN_I_TEXT5_LICENSE_IS_LOADED
public static final String THE_MAJOR_VERSION_OF_THE_LICENSE_0_IS_LOWER_THAN_THE_MAJOR_VERSION_1_OF_THE_CORE_LIBRARY
public static final String THE_MAJOR_VERSION_OF_THE_LICENSE_0_IS_HIGHER_THAN_THE_MAJOR_VERSION_1_OF_THE_CORE_LIBRARY
public static final String THE_MINOR_VERSION_OF_THE_LICENSE_0_IS_LOWER_THAN_THE_MINOR_VERSION_1_OF_THE_CORE_LIBRARY
public static final String THE_MINOR_VERSION_OF_THE_LICENSE_0_IS_HIGHER_THAN_THE_MINOR_VERSION_1_OF_THE_CORE_LIBRARY
public static final String VERSION_STRING_IS_EMPTY_AND_CANNOT_BE_PARSED
public static final String MAJOR_VERSION_IS_NOT_NUMERIC
public static final String MINOR_VERSION_IS_NOT_NUMERIC
public static final String UNKNOWN_EXCEPTION_WHEN_CHECKING_LICENSE_VERSION
public static final String LICENSE_FILE_NOT_LOADED
protected Object object
public LicenseVersionException(String message)
message - the detail message. 
           public LicenseVersionException(Throwable cause)
cause - the cause (which is saved for later retrieval by Throwable.getCause() method). 
           public LicenseVersionException(String message, Object obj)
message - the detail message. 
           obj - an object for more details. 
           public LicenseVersionException(String message, Throwable cause)
message - the detail message. 
           cause - the cause (which is saved for later retrieval by Throwable.getCause() method). 
           public LicenseVersionException(String message, Throwable cause, Object obj)
message - the detail message. 
           cause - the cause (which is saved for later retrieval by Throwable.getCause() method). 
           obj - an object for more details. 
           public String getMessage()
getMessage in class Throwable 
           public LicenseVersionException setMessageParams(Object... messageParams)
messageParams - additional params. 
           protected Object[] getMessageParams()
Copyright © 1998–2019 iText Group NV. All rights reserved.