com.itextpdf.tool.xml
Class NoCustomContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.itextpdf.tool.xml.NoCustomContextException
All Implemented Interfaces:
Serializable

public class NoCustomContextException
extends Exception

Thrown when a CustomContext is requested but there is none.

Author:
redlab_b
See Also:
Serialized Form

Constructor Summary
NoCustomContextException()
           
NoCustomContextException(String arg0)
           
NoCustomContextException(String arg0, Throwable arg1)
           
NoCustomContextException(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

NoCustomContextException

public NoCustomContextException()

NoCustomContextException

public NoCustomContextException(String arg0)
Parameters:
arg0 - a description.

NoCustomContextException

public NoCustomContextException(Throwable arg0)
Parameters:
arg0 - a throwable.

NoCustomContextException

public NoCustomContextException(String arg0,
                                Throwable arg1)
Parameters:
arg0 - a description.
arg1 - a throwable.


Copyright © 2015. All Rights Reserved.