Packages

 

com.aspose.imaging.coreexceptions

Class FrameworkException

    • Constructor Detail

      • FrameworkException

        public FrameworkException(String message)

        Initializes a new instance of the FrameworkException class.

        Parameters:
        message - The message.
      • FrameworkException

        public FrameworkException(String message,
                                  Throwable innerException)

        Initializes a new instance of the FrameworkException class.

        Parameters:
        message - The message.
        innerException - The inner exception.