JpegLoadException
Inhalt
[
Ausblenden
]Inheritance: 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.imageformats.JpegException
public class JpegLoadException extends JpegException
Stellt die JPEG-Bildladeausnahme dar.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| JpegLoadException(String message) | Initialisiert eine neue Instanz der JpegLoadException-Klasse. |
| JpegLoadException(String message, Throwable innerException) | Initialisiert eine neue Instanz der JpegLoadException-Klasse. |
| JpegLoadException(String message, int reason) | Initialisiert eine neue Instanz der JpegLoadException-Klasse. |
| JpegLoadException(String message, Throwable innerException, int reason) | Initialisiert eine neue Instanz der JpegLoadException-Klasse. |
Methoden
| Methode | Beschreibung |
|---|---|
| getReason() | Liest oder setzt den Grund des Fehlers. |
| setReason(int value) | Liest oder setzt den Grund des Fehlers. |
JpegLoadException(String message)
public JpegLoadException(String message)
Initialisiert eine neue Instanz der JpegLoadException-Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
JpegLoadException(String message, Throwable innerException)
public JpegLoadException(String message, Throwable innerException)
Initialisiert eine neue Instanz der JpegLoadException-Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Meldung. |
| innerException | java.lang.Throwable | Die innere Ausnahme. |
JpegLoadException(String message, int reason)
public JpegLoadException(String message, int reason)
Initialisiert eine neue Instanz der JpegLoadException-Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
| reason | int | Der Grund des Fehlers. |
JpegLoadException(String message, Throwable innerException, int reason)
public JpegLoadException(String message, Throwable innerException, int reason)
Initialisiert eine neue Instanz der JpegLoadException-Klasse.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | Die Ausnahmemeldung. |
| innerException | java.lang.Throwable | Die innere Ausnahme. |
| reason | int | Der Grund des Fehlers. |
getReason()
public int getReason()
Liest oder setzt den Grund des Fehlers.
Wert: Der Grund des Fehlers.
Returns: int
setReason(int value)
public void setReason(int value)
Liest oder setzt den Grund des Fehlers.
Wert: Der Grund des Fehlers.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | int |