com.itextpdf.tool.xml.exceptions
Class NoSiblingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.itextpdf.tool.xml.exceptions.NoSiblingException
- All Implemented Interfaces:
- Serializable
public class NoSiblingException
- extends Exception
- Author:
- Emiel Ackermann
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagee
- an exception
Copyright © 2012. All Rights Reserved.