MetadataValidationException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.groupdocs.metadata.core.GroupDocsMetadataException

public final class MetadataValidationException extends GroupDocsMetadataException

The exception that is thrown when validation errors encountered during metadata saving.

Methods

Method Description
getErrors() Gets an array of the validation errors that were encountered during the last metadata saving.

getErrors()

public final String[] getErrors()

Gets an array of the validation errors that were encountered during the last metadata saving.

Returns: java.lang.String[] - An array of the validation errors that were encountered during the last metadata saving.