com.itextpdf.tool.xml.exceptions
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NotImplementedException()
           
NotImplementedException(String arg0)
           
NotImplementedException(String arg0, Throwable arg1)
           
NotImplementedException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
arg1 - a cause


Copyright © 2012. All Rights Reserved.