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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The exception message. |
Jpeg2000Exception(String message, Throwable innerException)
public Jpeg2000Exception(String message, Throwable innerException)
Initializes a new instance of the Jpeg2000Exception
class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
innerException | java.lang.Throwable | The inner exception. |