Packages

 

com.aspose.imaging.flatarray.exceptions

Class FlatArrayException

  • All Implemented Interfaces:
    Serializable


    public class FlatArrayException
    extends com.aspose.ms.System.Exception

    Special exception for FlatArray class.

    See Also:
    Exception, Serialized Form
    • Constructor Detail

      • FlatArrayException

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

        Initializes a new instance of the FlatArrayException class.

        Parameters:
        cause - Exception cause.
        message - Exception message.
        innerException - Inner exception.