ResourceValidationException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.tasks.exceptions.Exception, com.aspose.tasks.exceptions.ApplicationException, com.aspose.tasks.ValidationException

public class ResourceValidationException extends ValidationException

Represents an exception which is thrown when errors are found in resource’s properties.

Methods

MethodDescription
getResource()Gets the resource which caused the exception.

getResource()

public final Resource getResource()

Gets the resource which caused the exception.

Returns: Resource - the resource which caused the exception.