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
public class NoSiblingException extends Exception
- Author:
- Emiel Ackermann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSiblingException()
Constructs anNoSiblingException
with no detail message.NoSiblingException(String s)
Constructs anNoSiblingException
class with the specified detail message.NoSiblingException(String s, Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSiblingException
public NoSiblingException()
Constructs anNoSiblingException
with no detail message.
-
NoSiblingException
public NoSiblingException(String s)
Constructs anNoSiblingException
class with the specified detail message.- Parameters:
s
- the detail message.
-
-