public class InvalidValueFormatException extends PdfException
Exception which thrown when requested value has incorrect format.
| Constructor and Description |
|---|
InvalidValueFormatException()
Initializes a new instance of the
InvalidValueFormatException class. |
InvalidValueFormatException(String message)
Constructor.
|
generateCrashReportaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidValueFormatException()
Initializes a new instance of the InvalidValueFormatException class.
public InvalidValueFormatException(String message)
Constructor.
message - Exception message.Copyright © 2025 Aspose. All Rights Reserved.