Package com.itextpdf.tool.xml.exceptions
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.tool.xml.exceptions.NotImplementedException
- All Implemented Interfaces:
Serializable
Due to support for Java 1.5, a NotImplementedException
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
NotImplementedException
public NotImplementedException() -
NotImplementedException
- Parameters:
arg0
- a message
-
NotImplementedException
- Parameters:
arg0
- a cause
-
NotImplementedException
- Parameters:
arg0
- a messagearg1
- a cause
-