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
public class NoDataException
- extends Exception
Thrown when something that needs data to function does not have that data.
- Author:
- redlab_b
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoDataException
public NoDataException()
NoDataException
public NoDataException(String message)
- Parameters:
message -
NoDataException
public NoDataException(Throwable cause)
- Parameters:
cause -
NoDataException
public NoDataException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2011. All Rights Reserved.