public class NoSiblingException extends Exception
| Constructor and Description | 
|---|
NoSiblingException() 
            
              Constructs an   NoSiblingException with no detail message. 
             |  
          
NoSiblingException(String s) 
            
              Constructs an   NoSiblingException class with the specified detail message. 
             |  
          
NoSiblingException(String s, Throwable e)  |  
          
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSiblingException()
NoSiblingException with no detail message. 
          public NoSiblingException(String s)
NoSiblingException class with the specified detail message. 
          s - the detail message. 
           Copyright © 1998–2019. All rights reserved.