public class EmptyValueException extends PdfException
Exception which thrown when requirested value does not exists.
Constructor and Description |
---|
EmptyValueException()
Initializes a new instance of the
EmptyValueException class. |
EmptyValueException(String message)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public EmptyValueException()
Initializes a new instance of the EmptyValueException
class.
public EmptyValueException(String message)
Constructor.
message
- Exception message.