public class Jpeg2000CustomException
extends com.aspose.ms.System.Exception
Jpeg2000 OpenJpeg code generated exception
Constructor and Description |
---|
Jpeg2000CustomException(String message)
Initializes a new instance of the
Jpeg2000CustomException class. |
Jpeg2000CustomException(String message,
Throwable innerException)
Initializes a new instance of the
Jpeg2000CustomException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public Jpeg2000CustomException(String message)
Initializes a new instance of the Jpeg2000CustomException
class.
message
- The message that describes the error.public Jpeg2000CustomException(String message, Throwable innerException)
Initializes a new instance of the Jpeg2000CustomException
class.
message
- The error message that explains the reason for the exception.innerException
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.