Skip to content

Commit d80e831

Browse files
author
Samer El-Khatib
committed
Release 25.9 - Net and Java
1 parent 2a44823 commit d80e831

File tree

1,323 files changed

+3096
-1307
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,323 files changed

+3096
-1307
lines changed

english/java/com.aspose.imaging.coreexceptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The package contains exceptions thrown by any of the core Imaging components.
1616
| --- | --- |
1717
| [CompressorException](../com.aspose.imaging.coreexceptions/compressorexception) | The compressor exception. |
1818
| [DataMismatchError](../com.aspose.imaging.coreexceptions/datamismatcherror) | Data mismatch exception class |
19+
| [DigitalSignatureException](../com.aspose.imaging.coreexceptions/digitalsignatureexception) | Represents errors that occur during steganography operations. |
1920
| [FrameworkException](../com.aspose.imaging.coreexceptions/frameworkexception) | The imaging framework exception. |
2021
| [ImageCreateException](../com.aspose.imaging.coreexceptions/imagecreateexception) | The image create exception. |
2122
| [ImageException](../com.aspose.imaging.coreexceptions/imageexception) | The image exception. |
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: DigitalSignatureException
3+
second_title: Aspose.Imaging for Java API Reference
4+
description: Represents errors that occur during steganography operations.
5+
type: docs
6+
weight: 12
7+
url: /java/com.aspose.imaging.coreexceptions/digitalsignatureexception/
8+
---
9+
**Inheritance:**
10+
java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, [com.aspose.imaging.coreexceptions.ImageException](../../com.aspose.imaging.coreexceptions/imageexception)
11+
```
12+
public class DigitalSignatureException extends ImageException
13+
```
14+
15+
Represents errors that occur during steganography operations.
16+
## Constructors
17+
18+
| Constructor | Description |
19+
| --- | --- |
20+
| [DigitalSignatureException(String message)](#DigitalSignatureException-java.lang.String-) | Initializes a new instance of the [DigitalSignatureException](../../com.aspose.imaging.coreexceptions/digitalsignatureexception) class with a specified error message. |
21+
| [DigitalSignatureException(String message, RuntimeException innerException)](#DigitalSignatureException-java.lang.String-java.lang.RuntimeException-) | Initializes a new instance of the [DigitalSignatureException](../../com.aspose.imaging.coreexceptions/digitalsignatureexception) class with a specified error message and a reference to the inner exception that is the cause of this exception. |
22+
### DigitalSignatureException(String message) {#DigitalSignatureException-java.lang.String-}
23+
```
24+
public DigitalSignatureException(String message)
25+
```
26+
27+
28+
Initializes a new instance of the [DigitalSignatureException](../../com.aspose.imaging.coreexceptions/digitalsignatureexception) class with a specified error message.
29+
30+
**Parameters:**
31+
| Parameter | Type | Description |
32+
| --- | --- | --- |
33+
| message | java.lang.String | The message that describes the error. |
34+
35+
### DigitalSignatureException(String message, RuntimeException innerException) {#DigitalSignatureException-java.lang.String-java.lang.RuntimeException-}
36+
```
37+
public DigitalSignatureException(String message, RuntimeException innerException)
38+
```
39+
40+
41+
Initializes a new instance of the [DigitalSignatureException](../../com.aspose.imaging.coreexceptions/digitalsignatureexception) class with a specified error message and a reference to the inner exception that is the cause of this exception.
42+
43+
**Parameters:**
44+
| Parameter | Type | Description |
45+
| --- | --- | --- |
46+
| message | java.lang.String | The message that describes the error. |
47+
| innerException | java.lang.RuntimeException | The exception that is the cause of the current exception. |
48+

english/java/com.aspose.imaging.coreexceptions/frameworkexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: FrameworkException
33
second_title: Aspose.Imaging for Java API Reference
44
description: The imaging framework exception.
55
type: docs
6-
weight: 12
6+
weight: 13
77
url: /java/com.aspose.imaging.coreexceptions/frameworkexception/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.coreexceptions/imagecreateexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ImageCreateException
33
second_title: Aspose.Imaging for Java API Reference
44
description: The image create exception.
55
type: docs
6-
weight: 13
6+
weight: 14
77
url: /java/com.aspose.imaging.coreexceptions/imagecreateexception/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.coreexceptions/imageexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ImageException
33
second_title: Aspose.Imaging for Java API Reference
44
description: The image exception.
55
type: docs
6-
weight: 14
6+
weight: 15
77
url: /java/com.aspose.imaging.coreexceptions/imageexception/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.coreexceptions/imageloadexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ImageLoadException
33
second_title: Aspose.Imaging for Java API Reference
44
description: The image load exception.
55
type: docs
6-
weight: 15
6+
weight: 16
77
url: /java/com.aspose.imaging.coreexceptions/imageloadexception/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.coreexceptions/imagesaveexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ImageSaveException
33
second_title: Aspose.Imaging for Java API Reference
44
description: The image save exception.
55
type: docs
6-
weight: 16
6+
weight: 17
77
url: /java/com.aspose.imaging.coreexceptions/imagesaveexception/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.coreexceptions/incorrectpasswordexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IncorrectPasswordException
33
second_title: Aspose.Imaging for Java API Reference
44
description: The incorrect password exception.
55
type: docs
6-
weight: 17
6+
weight: 18
77
url: /java/com.aspose.imaging.coreexceptions/incorrectpasswordexception/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.coreexceptions/indexoutofrangeexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IndexOutOFRangeException
33
second_title: Aspose.Imaging for Java API Reference
44
description: The compressor exception.
55
type: docs
6-
weight: 18
6+
weight: 19
77
url: /java/com.aspose.imaging.coreexceptions/indexoutofrangeexception/
88
---
99
**Inheritance:**

english/java/com.aspose.imaging.coreexceptions/licenseexception/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LicenseException
33
second_title: Aspose.Imaging for Java API Reference
44
description: Represents the exception thrown when a component cannot be granted a license.
55
type: docs
6-
weight: 19
6+
weight: 20
77
url: /java/com.aspose.imaging.coreexceptions/licenseexception/
88
---
99
**Inheritance:**

0 commit comments

Comments
 (0)