public class MonomerException extends Exception
| Constructor and Description |
|---|
MonomerException()
Creates a new instance of
MonomerException without detail
message. |
MonomerException(String msg)
Constructs an instance of
MonomerException with the
specified detail message. |
MonomerException(String msg,
Throwable err) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MonomerException()
MonomerException without detail
message.public MonomerException(String msg)
MonomerException with the
specified detail message.msg - the detail message.Copyright © 2017. All rights reserved.