Package 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:
java.io.Serializable
public class NoSiblingException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NoSiblingException()Constructs anNoSiblingExceptionwith no detail message.NoSiblingException(java.lang.String s)Constructs anNoSiblingExceptionclass with the specified detail message.NoSiblingException(java.lang.String s, java.lang.Throwable e)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NoSiblingException
public NoSiblingException()
Constructs anNoSiblingExceptionwith no detail message.
-
NoSiblingException
public NoSiblingException(java.lang.String s)
Constructs anNoSiblingExceptionclass with the specified detail message.- Parameters:
s- the detail message.
-
NoSiblingException
public NoSiblingException(java.lang.String s, java.lang.Throwable e)- Parameters:
s- a messagee- an exception
-
-