DeprecatedFeatureException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException
public class DeprecatedFeatureException extends System.ApplicationException
The exception that is thrown when a feature is deprecated in current pdf version.
Constructors
Constructor | Description |
---|---|
DeprecatedFeatureException(String message) | Initializes a new instance of the DeprecatedFeatureException class. |
DeprecatedFeatureException(String message, System.Exception innerException) | Initializes a new instance of the DeprecatedFeatureException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
DeprecatedFeatureException(System.Exception innerException) | Initializes a new instance of the DeprecatedFeatureException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
DeprecatedFeatureException(String message)
public DeprecatedFeatureException(String message)
Initializes a new instance of the DeprecatedFeatureException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
DeprecatedFeatureException(String message, System.Exception innerException)
public DeprecatedFeatureException(String message, System.Exception innerException)
Initializes a new instance of the DeprecatedFeatureException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The error message that explains the reason for the exception. |
innerException | com.aspose.ms.System.Exception | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
DeprecatedFeatureException(System.Exception innerException)
public DeprecatedFeatureException(System.Exception innerException)
Initializes a new instance of the DeprecatedFeatureException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
Parameter | Type | Description |
---|---|---|
innerException | com.aspose.ms.System.Exception | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |