Package com.itextpdf.tool.xml.exceptions
Class NoDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.tool.xml.exceptions.NoDataException
- All Implemented Interfaces:
Serializable
Thrown when something that needs data to function does not have that data.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoDataException
(String message) NoDataException
(String message, Throwable cause) NoDataException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoDataException
public NoDataException() -
NoDataException
- Parameters:
message
- the message
-
NoDataException
- Parameters:
cause
- a cause
-
NoDataException
- Parameters:
message
- the messagecause
- the cause
-