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, toString
public NoSiblingException()
NoSiblingException
with no detail message.
public NoSiblingException(String s)
NoSiblingException
class with the specified detail message.
s
- the detail message.
Copyright © 2016. All rights reserved.