com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class GroupDocsMetadataException

    • Constructor Detail

      • GroupDocsMetadataException

        public GroupDocsMetadataException()

        Initializes a new instance of the GroupDocsMetadataException class.

      • GroupDocsMetadataException

        public GroupDocsMetadataException(String message)

        Initializes a new instance of the GroupDocsMetadataException class.

        Parameters:
        message - The message that describes the error.
      • GroupDocsMetadataException

        public GroupDocsMetadataException(String message,
                                          RuntimeException innerException)

        Initializes a new instance of the GroupDocsMetadataException class.

        Parameters:
        message - The error message that explains the reason for the exception.
        innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.