Class 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 an NoSiblingException with no detail message.
      NoSiblingException​(java.lang.String s)
      Constructs an NoSiblingException class with the specified detail message.
      NoSiblingException​(java.lang.String s, java.lang.Throwable e)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSiblingException

        public NoSiblingException()
        Constructs an NoSiblingException with no detail message.
      • NoSiblingException

        public NoSiblingException​(java.lang.String s)
        Constructs an NoSiblingException 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 message
        e - an exception