public class FlatArrayException
extends com.aspose.ms.System.Exception
Special exception for FlatArray
class.
Exception
,
Serialized FormConstructor and Description |
---|
FlatArrayException(int cause,
String message,
Throwable innerException)
Initializes a new instance of the
FlatArrayException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FlatArrayException(int cause, String message, Throwable innerException)
Initializes a new instance of the FlatArrayException
class.
cause
- Exception cause.message
- Exception message.innerException
- Inner exception.