AsposeOCRException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception
public class AsposeOCRException extends Exception
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| AsposeOCRException(String message) | |
| AsposeOCRException(String message, Throwable cause) |
Methoden
| Methode | Beschreibung |
|---|---|
| getMessage() |
AsposeOCRException(String message)
public AsposeOCRException(String message)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String |
AsposeOCRException(String message, Throwable cause)
public AsposeOCRException(String message, Throwable cause)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Nachricht | java.lang.String | |
| Ursache | java.lang.Throwable |
getMessage()
public String getMessage()
Returns: java.lang.String