public class YangRuntimeException extends RuntimeException
| Constructor and Description |
|---|
YangRuntimeException(String message)
Creates a new YANG runtime exception with given message.
|
YangRuntimeException(String message,
Throwable cause)
Creates a new YANG runtime exception from given message and cause.
|
YangRuntimeException(Throwable cause)
Creates a new YANG runtime exception with given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic YangRuntimeException(String message)
message - the detail of exception in stringpublic YangRuntimeException(String message, Throwable cause)
message - the detail of exception in stringcause - underlying cause of the errorpublic YangRuntimeException(Throwable cause)
cause - underlying cause of the errorCopyright © 2017. All rights reserved.