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