public class AttributeNotFoundException extends RuntimeException
Constructor and Description |
---|
AttributeNotFoundException(String attribute)
The exception thrown when the attribute with given name is not found in the object attributes list.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AttributeNotFoundException(String attribute)
attribute
- the name of missing attribute.
Copyright © 1998–2023 iText Group NV. All rights reserved.