EmptyValueException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException, com.aspose.pdf.exceptions.PdfException

public class EmptyValueException extends PdfException

Exception which thrown when requirested value does not exists.

Constructors

ConstructorDescription
EmptyValueException()Initializes a new instance of the EmptyValueException class.
EmptyValueException(String message)Constructor.

EmptyValueException()

public EmptyValueException()

Initializes a new instance of the EmptyValueException class.

EmptyValueException(String message)

public EmptyValueException(String message)

Constructor.

Parameters:

ParameterTypeDescription
messagejava.lang.StringException message.