Package com.itextpdf.forms.exceptions
Class AttributeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.forms.exceptions.AttributeNotFoundException
- All Implemented Interfaces:
-
Serializable
This class represents iText exception that should be thrown when the attribute with given name is not found in the object attributes list.
- See Also:
-
Constructor Summary
ConstructorDescriptionAttributeNotFoundException
(String attribute) The exception thrown when the attribute with given name is not found in the object attributes list. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttributeNotFoundException
The exception thrown when the attribute with given name is not found in the object attributes list.- Parameters:
-
attribute
- the name of missing attribute.
-