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:
java.io.Serializable
public class AttributeNotFoundException extends ITextException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeNotFoundException(java.lang.String attribute)
The exception thrown when the attribute with given name is not found in the object attributes list.
-