public class IndexOutOFRangeException
extends com.aspose.ms.System.Exception
The compressor exception.
| Constructor and Description |
|---|
IndexOutOFRangeException(String message)
Initializes a new instance of the
CompressorException class. |
IndexOutOFRangeException(String message,
Throwable innerException)
Initializes a new instance of the
CompressorException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IndexOutOFRangeException(String message)
Initializes a new instance of the CompressorException class.
message - The exception message.public IndexOutOFRangeException(String message, Throwable innerException)
Initializes a new instance of the CompressorException class.
message - The exception message.innerException - The inner exception.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.