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 long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NoSiblingException()
Constructs anNoSiblingException
with no detail message.NoSiblingException(java.lang.String s)
Constructs anNoSiblingException
class 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 anNoSiblingException
with no detail message.
-
NoSiblingException
public NoSiblingException(java.lang.String s)
Constructs anNoSiblingException
class 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
-
-