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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
cause | int | Exception cause. |
message | java.lang.String | Exception message. |
innerException | java.lang.Throwable | Inner exception. |