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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidValueFormatException()
Initializes a new instance of the InvalidValueFormatException
class.
public InvalidValueFormatException(String message)
Constructor.
message
- Exception message.