FlatArrayException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class FlatArrayException extends System.Exception

Special exception for FlatArray class.

Constructors

ConstructorDescription
FlatArrayException(int cause, String message, Throwable innerException)Initializes a new instance of the FlatArrayException class.

FlatArrayException(int cause, String message, Throwable innerException)

public FlatArrayException(int cause, String message, Throwable innerException)

Initializes a new instance of the FlatArrayException class.

Parameters:

ParameterTypeDescription
causeintException cause.
messagejava.lang.StringException message.
innerExceptionjava.lang.ThrowableInner exception.