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
Constructor | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | Exception message. |