public class JpegException extends ImageException
Exceptions for Jpeg files
Constructor and Description |
---|
JpegException(String message)
Initializes a new instance of the
JpegException class. |
JpegException(String message,
RuntimeException innerException)
Initializes a new instance of the
JpegException class. |
public JpegException(String message)
Initializes a new instance of the JpegException
class.
message
- The exception message.public JpegException(String message, RuntimeException innerException)
Initializes a new instance of the JpegException
class.
message
- The message.innerException
- The inner exception.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.