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:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs anNoSiblingException
with no detail message.Constructs anNoSiblingException
class with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoSiblingException
public NoSiblingException()Constructs anNoSiblingException
with no detail message. -
NoSiblingException
Constructs anNoSiblingException
class with the specified detail message.- Parameters:
s
- the detail message.
-
NoSiblingException
- Parameters:
s
- a messagee
- an exception
-