Packages

 

com.aspose.imaging.coreexceptions.imageformats

Class MetafilesException

    • Constructor Detail

      • MetafilesException

        public MetafilesException(String message)
        Creates a new MetafilesException with a message string.
        Parameters:
        message - The message string.
      • MetafilesException

        public MetafilesException(String message,
                                  Throwable innerException)
        Creates a new MetafilesException with a message string and a reason.
        Parameters:
        message - The message string.
        innerException - The inner exception.