JpegException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.ImageException
public class JpegException extends ImageException
Exceptions for Jpeg files
Constructors
Constructor | Description |
---|---|
JpegException(String message) | Initializes a new instance of the JpegException class. |
JpegException(String message, Throwable innerException) | Initializes a new instance of the JpegException class. |
JpegException(String message)
public JpegException(String message)
Initializes a new instance of the JpegException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
JpegException(String message, Throwable innerException)
public JpegException(String message, Throwable innerException)
Initializes a new instance of the JpegException
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
innerException | java.lang.Throwable | The inner exception. |