Jpeg2000Exception

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 Jpeg2000Exception extends ImageException

Exceptions for Jpeg files

Constructors

ConstructorDescription
Jpeg2000Exception(String message)Initializes a new instance of the Jpeg2000Exception class.
Jpeg2000Exception(String message, Throwable innerException)Initializes a new instance of the Jpeg2000Exception class.

Jpeg2000Exception(String message)

public Jpeg2000Exception(String message)

Initializes a new instance of the Jpeg2000Exception class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe exception message.

Jpeg2000Exception(String message, Throwable innerException)

public Jpeg2000Exception(String message, Throwable innerException)

Initializes a new instance of the Jpeg2000Exception class.

Parameters:

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