InvalidValueFormatException

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 InvalidValueFormatException extends PdfException

Exception which thrown when requested value has incorrect format.

Constructors

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

InvalidValueFormatException()

public InvalidValueFormatException()

Initializes a new instance of the InvalidValueFormatException class.

InvalidValueFormatException(String message)

public InvalidValueFormatException(String message)

Constructor.

Parameters:

ParameterTypeDescription
messagejava.lang.StringException message.