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

ConstructorDescription
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:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

JpegException(String message, Throwable innerException)

public JpegException(String message, Throwable innerException)

Initializes a new instance of the JpegException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.
innerExceptionjava.lang.ThrowableThe inner exception.