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, setStackTrace
public 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-2019 Aspose Pty Ltd. All Rights Reserved.