com.itextpdf.tool.xml.exceptions
Class NoSiblingException

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

public class NoSiblingException
extends Exception

Author:
Emiel Ackermann
See Also:
Serialized Form

Constructor Summary
NoSiblingException()
          Constructs an NoSiblingException with no detail message.
NoSiblingException(String s)
          Constructs an NoSiblingException class with the specified detail message.
NoSiblingException(String s, Throwable e)
           
 
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

NoSiblingException

public NoSiblingException()
Constructs an NoSiblingException with no detail message.


NoSiblingException

public NoSiblingException(String s)
Constructs an NoSiblingException class with the specified detail message.

Parameters:
s - the detail message.

NoSiblingException

public NoSiblingException(String s,
                          Throwable e)
Parameters:
s - a message
e - an exception


Copyright © 2012. All Rights Reserved.