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
public class NotImplementedException
- extends RuntimeException
Due to support for Java 1.5, a NotImplementedException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotImplementedException
public NotImplementedException()
NotImplementedException
public NotImplementedException(String arg0)
- Parameters:
arg0
- a message
NotImplementedException
public NotImplementedException(Throwable arg0)
- Parameters:
arg0
- a cause
NotImplementedException
public NotImplementedException(String arg0,
Throwable arg1)
- Parameters:
arg0
- a messagearg1
- a cause
Copyright © 2012. All Rights Reserved.